mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-17 17:04:54 +00:00
make forms less problematic
This commit is contained in:
parent
f2ee0279f0
commit
b19dedc568
9 changed files with 42 additions and 43 deletions
|
@ -5,7 +5,6 @@ GAME_VERSION = "alpha"
|
|||
GAME_VERSIONS = ["alpha"]
|
||||
GAME_DIFFICULTIES = [0, 1, 2, 3, 4]
|
||||
|
||||
USER_MAX_TOKENS = 3
|
||||
USER_REGEX = r"\b[A-Za-z0-9._-]+\b"
|
||||
USER_EMAIL_REGEX = r"[^@]+@[^@]+\.[^@]+"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue