This got removed

This commit is contained in:
Alexandre Aubin 2018-10-31 18:55:07 +00:00
parent d305f6e919
commit cb96f848d3

View file

@ -652,7 +652,7 @@ function edit_user()
-- Check password validity
local result_msg = secure_cmd_password("python /usr/lib/moulinette/yunohost/utils/password.py", args.newpassword)
validation_error = true
if result_msg == 'password_advice' or result_msg == nil or result_msg == "" then
if result_msg == nil or result_msg == "" then
validation_error = nil
end
if validation_error == nil then