Merge pull request #10680 from nextcloud/fix/noid/update_lockdownmanagerscope

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

View File

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