farting
This commit is contained in:
parent
7159b8d175
commit
bc401701f5
5 changed files with 12 additions and 11 deletions
|
@ -669,4 +669,6 @@ marseys_const = [x[0] for x in db.query(Marsey.name).all()] + ['a','b','c','d','
|
|||
db.close()
|
||||
|
||||
if SITE == 'PCM': valid_username_regex = re.compile("^[a-zA-Z0-9_\-А-я]{3,25}$")
|
||||
else: valid_username_regex = re.compile("^[a-zA-Z0-9_\-]{3,25}$")
|
||||
else: valid_username_regex = re.compile("^[a-zA-Z0-9_\-]{3,25}$")
|
||||
|
||||
valid_password_regex = re.compile("^.{8,100}$", flags=re.A)
|
Loading…
Add table
Add a link
Reference in a new issue