update_password 오류 수정
This commit is contained in:
parent
ccc0c5da4c
commit
4f2194a8ae
@ -55,7 +55,7 @@ def main():
|
|||||||
return
|
return
|
||||||
|
|
||||||
# Hash the new password
|
# Hash the new password
|
||||||
hashed_password = stauth.Hasher([new_password]).generate()[0]
|
hashed_password = stauth.Hasher().hash_list([new_password])[0]
|
||||||
|
|
||||||
# Update the password
|
# Update the password
|
||||||
config['credentials']['usernames'][selected_username]['password'] = hashed_password
|
config['credentials']['usernames'][selected_username]['password'] = hashed_password
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user