[fix] Remove nginx log

This commit is contained in:
ljf 2018-08-29 02:58:17 +02:00
parent 410ba2e4a7
commit deeb30637e

View file

@ -650,7 +650,6 @@ 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
ngx.log(ngx.STDERR, result_msg)
if result_msg == 'password_advice' or result_msg == nil or result_msg == "" then
validation_error = nil
end