mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(user): Log affected user of app token login name mismatch
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
649990ee8b
commit
83a30dfbdf
1 changed files with 2 additions and 0 deletions
|
|
@ -794,6 +794,8 @@ class Session implements IUserSession, Emitter {
|
|||
$this->logger->error('App token login name does not match', [
|
||||
'tokenLoginName' => $dbToken->getLoginName(),
|
||||
'sessionLoginName' => $user,
|
||||
'app' => 'core',
|
||||
'user' => $dbToken->getUID(),
|
||||
]);
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue