This commit is contained in:
Aevann1 2021-10-07 08:44:09 +02:00
parent c54a5dea4f
commit 72cbbd4d19

View file

@ -2,6 +2,7 @@ from urllib.parse import urlencode
from files.mail import *
from files.__main__ import app, limiter
from files.helpers.const import *
import requests
valid_username_regex = re.compile("^[a-zA-Z0-9_\-]{3,25}$")
valid_password_regex = re.compile("^.{8,100}$")