mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #32677 from nextcloud/backport/32592/stable24
[stable24] allow use of rememberme cookies for IApacheAuth backends
This commit is contained in:
commit
ffaa474514
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