mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Fix SSOwat crash after password change
This commit is contained in:
parent
aa972625fa
commit
32d04dbac9
1 changed files with 1 additions and 0 deletions
|
@ -938,6 +938,7 @@ function logout()
|
|||
delete_cookie()
|
||||
cache:delete("session_"..authUser)
|
||||
cache:delete(authUser.."-"..conf["ldap_identifier"]) -- Ugly trick to reload cache
|
||||
cache:delete(authUser.."-password")
|
||||
flash("info", t("logged_out"))
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue