mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] Remove nginx log
This commit is contained in:
parent
410ba2e4a7
commit
deeb30637e
1 changed files with 0 additions and 1 deletions
|
@ -650,7 +650,6 @@ function edit_user()
|
||||||
-- Check password validity
|
-- Check password validity
|
||||||
local result_msg = secure_cmd_password("python /usr/lib/moulinette/yunohost/utils/password.py", args.newpassword)
|
local result_msg = secure_cmd_password("python /usr/lib/moulinette/yunohost/utils/password.py", args.newpassword)
|
||||||
validation_error = true
|
validation_error = true
|
||||||
ngx.log(ngx.STDERR, result_msg)
|
|
||||||
if result_msg == 'password_advice' or result_msg == nil or result_msg == "" then
|
if result_msg == 'password_advice' or result_msg == nil or result_msg == "" then
|
||||||
validation_error = nil
|
validation_error = nil
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue