From dfe409ea673fea1a54104e0cecdad120664cb246 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Mon, 20 Nov 2023 18:21:07 +0000 Subject: [PATCH] VERY TEMPORARY SOLUTION, DO NOT USE --- account/account.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/account/account.py b/account/account.py index 8446b36..914d392 100644 --- a/account/account.py +++ b/account/account.py @@ -166,6 +166,11 @@ def register(): passwordhash = fetch_hash_from_database(username) + print(username) + print(password) + print(verifyhash) + print(passwordhash) + if verifyhash == passwordhash: # Attempt to change the password if change_email_password(username, password):