From ce4a75c9928694c3155197ad5b0e9fafcf4d39d2 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Mon, 20 Nov 2023 18:23:47 +0000 Subject: [PATCH] Updated account --- account/account.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/account/account.py b/account/account.py index bbabfbd..4f13090 100644 --- a/account/account.py +++ b/account/account.py @@ -4,6 +4,7 @@ import sqlite3 import configparser import subprocess import os +import re from waitress import serve # Load from config.ini @@ -166,11 +167,6 @@ 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):