This commit is contained in:
CHIEFSOFT\ameye
2024-12-08 21:10:03 -05:00
parent 5d3d9f57a4
commit 7505732d51
+1 -1
View File
@@ -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