added
This commit is contained in:
@@ -68,7 +68,7 @@ class Members:
|
||||
# print(f"{column}")
|
||||
|
||||
print( member[3] )
|
||||
|
||||
print(self.encrypt_password(password))
|
||||
|
||||
if not member or not check_password_hash(member[3], password):
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user