VERY TEMPORARY SOLUTION, DO NOT USE
This commit is contained in:
parent
ed0ea07fab
commit
dfe409ea67
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue