Merge pull request #26949 from nextcloud/fix-add-app-password
fix occ command user:add-app-password
This commit is contained in:
commit
0599a8060c
|
@ -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