This commit is contained in:
Aevann1 2021-11-23 23:04:13 +02:00
parent e03cf50765
commit 43594c0816
2 changed files with 4 additions and 4 deletions

View file

@ -591,7 +591,7 @@ def settings_security_post(v):
if new_email.endswith("@gmail.com"):
new_email=new_email.split('@')[0]
new_email=new_email.split('+')[0]
new_email=new_email.replace('.','')
new_email=new_email.replace('.','').replace('_','')
new_email=f"{new_email}@gmail.com"
if new_email == v.email: