Browse Source
Merge pull request #26949 from nextcloud/fix-add-app-password
fix occ command user:add-app-password
pull/26679/head
Julius Härtl
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
core/Command/User/AddAppPassword.php
|
|
|
@ -122,7 +122,7 @@ class AddAppPassword extends Command { |
|
|
|
$this->tokenProvider->generateToken( |
|
|
|
$token, |
|
|
|
$user->getUID(), |
|
|
|
$user->getDisplayName(), |
|
|
|
$user->getUID(), |
|
|
|
$password, |
|
|
|
'cli', |
|
|
|
IToken::PERMANENT_TOKEN, |
|
|
|
|