add app user management allauth
This commit is contained in:
@@ -15,7 +15,7 @@ def save_master_hash(hash):
|
||||
# Carica l'hash della master password
|
||||
def load_master_hash():
|
||||
try:
|
||||
entry = MasterHash.objects.get(id="1")
|
||||
entry = MasterHash.objects.get()
|
||||
return entry.hash
|
||||
except Exception as e:
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user