mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -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
d950cff568
commit
b07007dac4
1 changed files with 2 additions and 0 deletions
|
|
@ -792,6 +792,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