We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dcab81 + a4a9e76 commit ac79137Copy full SHA for ac79137
lib/private/legacy/OC_User.php
@@ -179,6 +179,7 @@ public static function loginWithApache(\OCP\Authentication\IApacheBackend $backe
179
$userSession->setLoginName($uid);
180
$request = OC::$server->getRequest();
181
$userSession->createSessionToken($request, $uid, $uid);
182
+ $userSession->createRememberMeToken($userSession->getUser());
183
// setup the filesystem
184
OC_Util::setupFS($uid);
185
// first call the post_login hooks, the login-process needs to be
0 commit comments