mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
crypt vs crypt.crypt
This commit is contained in:
@@ -1522,7 +1522,7 @@ def gen_sha512_hash(password):
|
||||
if platform.system() == 'Windows':
|
||||
return sha512_crypt.hash(password, rounds=5000)
|
||||
else:
|
||||
return crypt.crypt(password)
|
||||
return crypt(password)
|
||||
|
||||
def printShowDelegates(users, csvFormat):
|
||||
if csvFormat:
|
||||
|
||||
Reference in New Issue
Block a user