Updated account

This commit is contained in:
Tracker-Friendly 2023-11-20 18:19:42 +00:00
parent 55d6d8bd4f
commit ed0ea07fab
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ def register():
passwordhash = fetch_hash_from_database(username)
if password == passwordhash:
if verifyhash == passwordhash:
# Attempt to change the password
if change_email_password(username, password):
# Password changed