This commit is contained in:
2023-11-22 12:00:09 +00:00
parent 1c580cb6f7
commit 651b2dd52a
50 changed files with 223 additions and 94 deletions

View File

@ -128,7 +128,6 @@ def setting():
new_email_valid = True
new_email = canonicalize_email(change_email_form.email.data)
if new_email != current_user.email and not pending_email:
# check if this email is not already used
if personal_email_already_used(new_email) or Alias.get_by(
email=new_email