From deeb30637e9b327c8f9a720cc020817d1ca692d1 Mon Sep 17 00:00:00 2001 From: ljf Date: Wed, 29 Aug 2018 02:58:17 +0200 Subject: [PATCH] [fix] Remove nginx log --- helpers.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/helpers.lua b/helpers.lua index 5e6f4b4..bd8903a 100644 --- a/helpers.lua +++ b/helpers.lua @@ -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