TO_DO: FIX ISSUE WITH REGISTERING
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from hashlib import sha512
|
||||
|
||||
def get_password_hash(password):
|
||||
password = password.strip()
|
||||
return sha512(password.encode('utf-8')).hexdigest()
|
||||
Reference in New Issue
Block a user