Merge pull request #10683 from nextcloud/backport/10680/stable12

[stable12] Update the scope of the lockdownmanager
This commit is contained in:
Roeland Jago Douma 2018-08-14 14:29:58 +02:00 committed by GitHub
commit dfe25bd081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -714,6 +714,9 @@ class Session implements IUserSession, Emitter {
return false;
}
// Update token scope
$this->lockdownManager->setToken($dbToken);
$this->tokenProvider->updateTokenActivity($dbToken);
return true;