From a52ed73a117180c5c2c5b5ef2030e875c8ad5f3e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 17 Jan 2019 23:21:30 +0100 Subject: [PATCH] Typo --- helpers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.lua b/helpers.lua index b20d62f..c53e783 100644 --- a/helpers.lua +++ b/helpers.lua @@ -358,7 +358,7 @@ function set_headers(user) -- If the ldap connection fail (because the password was changed). -- Logout the user and invalid the password if not ldap then - ngx.log(ngx.NOTICE, "LDAP connection failled. Disconnect user : ".. user) + ngx.log(ngx.NOTICE, "LDAP connection failed. Disconnect user : ".. user) cache:delete(authUser.."-password") flash("info", t("please_login")) local back_url = ngx.var.scheme .. "://" .. ngx.var.host .. ngx.var.uri .. uri_args_string()