With first webui
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from hashlib import sha512
|
||||
|
||||
def get_password_hash(password):
|
||||
return sha512(password.encode('utf-8')).hexdigest()
|
||||
Reference in New Issue
Block a user