mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Undefined variable...
This commit is contained in:
parent
e29e9ca3f9
commit
470bc79d97
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ def user_update(
|
|||
m18n.n("ask_password"), is_password=True, confirm=True
|
||||
)
|
||||
# Ensure compatibility and sufficiently complex password
|
||||
assert_password_is_compatible(password)
|
||||
assert_password_is_compatible(change_password)
|
||||
assert_password_is_strong_enough("user", change_password)
|
||||
|
||||
new_attr_dict["userPassword"] = [_hash_user_password(change_password)]
|
||||
|
|
Loading…
Add table
Reference in a new issue