mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Typo
This commit is contained in:
parent
437f3c238a
commit
a52ed73a11
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue