mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge branch 'dev' into manifestv2
This commit is contained in:
commit
d3c213892f
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,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