mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] Nextcloud calls strangely logout the user in SSO
This commit is contained in:
parent
6de4b10e81
commit
f6ddb7af65
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ function refresh_user_cache(user)
|
||||||
else
|
else
|
||||||
-- Else, just revalidate session for another day by default
|
-- Else, just revalidate session for another day by default
|
||||||
password = cache:get(user.."-password")
|
password = cache:get(user.."-password")
|
||||||
cache:set(user.."-password", password, conf["session_timeout"])
|
cache:replace(user.."-password", password, conf["session_timeout"])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue