VERY TEMPORARY SOLUTION, DO NOT USE

This commit is contained in:
Tracker-Friendly 2023-11-20 18:21:07 +00:00
parent ed0ea07fab
commit dfe409ea67
1 changed files with 5 additions and 0 deletions

View File

@ -166,6 +166,11 @@ def register():
passwordhash = fetch_hash_from_database(username) passwordhash = fetch_hash_from_database(username)
print(username)
print(password)
print(verifyhash)
print(passwordhash)
if verifyhash == passwordhash: if verifyhash == passwordhash:
# Attempt to change the password # Attempt to change the password
if change_email_password(username, password): if change_email_password(username, password):