allow use of rememberme cookies for IApacheAuth backends

- e.g. enables it for SAML backend

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/32592/head
Arthur Schiwon 2022-05-25 13:09:06 +07:00
parent f9e72a40c7
commit a4a9e7601a
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 1 additions and 0 deletions

@ -179,6 +179,7 @@ class OC_User {
$userSession->setLoginName($uid);
$request = OC::$server->getRequest();
$userSession->createSessionToken($request, $uid, $uid);
$userSession->createRememberMeToken($userSession->getUser());
// setup the filesystem
OC_Util::setupFS($uid);
// first call the post_login hooks, the login-process needs to be