mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
allow use of rememberme cookies for IApacheAuth backends
- e.g. enables it for SAML backend Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
f9e72a40c7
commit
a4a9e7601a
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue