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.
1 parent a05e542 commit 1d6cce8Copy full SHA for 1d6cce8
1 file changed
lib/private/User/Session.php
@@ -334,6 +334,7 @@ public function completeLogin(IUser $user, array $loginDetails, $regenerateSessi
334
if ($isToken) {
335
$this->setToken($loginDetails['token']->getId());
336
$this->lockdownManager->setToken($loginDetails['token']);
337
+ $user->updateLastLoginTimestamp();
338
$firstTimeLogin = false;
339
} else {
340
$this->setToken(null);
0 commit comments