create default avatar, admin, and deleted user on first run
This commit is contained in:
@ -2,7 +2,7 @@ from argon2 import PasswordHasher
|
||||
|
||||
ph = PasswordHasher()
|
||||
|
||||
def hash_password(password):
|
||||
def digest(password):
|
||||
return ph.hash(password)
|
||||
|
||||
def verify(expected, given):
|
||||
|
Reference in New Issue
Block a user