use the UID as loginName and not the display name.
Otherwise the app password will not work for users with a display name different to the UID. Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
3bcc23ba2c
commit
a187bce7a3
|
@ -122,7 +122,7 @@ class AddAppPassword extends Command {
|
|||
$this->tokenProvider->generateToken(
|
||||
$token,
|
||||
$user->getUID(),
|
||||
$user->getDisplayName(),
|
||||
$user->getUID(),
|
||||
$password,
|
||||
'cli',
|
||||
IToken::PERMANENT_TOKEN,
|
||||
|
|
Loading…
Reference in New Issue