diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 6123fe7f2..7e2c32bf0 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -1037,8 +1037,6 @@ forced_hats = { } -EMAIL_REGEX_PATTERN = '[A-Za-z0-9._%+-]{1,64}@[A-Za-z0-9.-]{2,63}\.[A-Za-z]{2,63}' - IMAGE_FORMATS = ('png','jpg','jpeg','webp','gif') VIDEO_FORMATS = ('mp4','webm','mov','avi','mkv','flv','m4v','3gp') AUDIO_FORMATS = ('mp3','wav','ogg','aac','m4a','flac') diff --git a/files/helpers/regex.py b/files/helpers/regex.py index ab3a92ad9..f0842ceeb 100644 --- a/files/helpers/regex.py +++ b/files/helpers/regex.py @@ -56,7 +56,7 @@ emoji_regex2 = re.compile(f'(?| snappy_url_regex = re.compile('(.+?)<\/a>', flags=re.A) snappy_youtube_regex = re.compile(']*>|{slur_single_words}", flags=re.I|re.A) slur_regex_upper = re.compile(f"<[^>]*>|{slur_single_words.upper()}", flags=re.A) diff --git a/files/templates/login/forgot_password.html b/files/templates/login/forgot_password.html index 00c001a5a..a6657b3e6 100644 --- a/files/templates/login/forgot_password.html +++ b/files/templates/login/forgot_password.html @@ -8,7 +8,7 @@ - + diff --git a/files/templates/login/sign_up.html b/files/templates/login/sign_up.html index 51fedbe83..1292fd085 100644 --- a/files/templates/login/sign_up.html +++ b/files/templates/login/sign_up.html @@ -77,7 +77,7 @@ (optional, but you'll need it if you forget your password) - +