Skip to content

Commit

Permalink
Merge pull request #26949 from nextcloud/fix-add-app-password
Browse files Browse the repository at this point in the history
fix occ command user:add-app-password
  • Loading branch information
juliushaertl authored May 12, 2021
2 parents 0df326a + da21e86 commit 0599a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Command/User/AddAppPassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$this->tokenProvider->generateToken(
$token,
$user->getUID(),
$user->getDisplayName(),
$user->getUID(),
$password,
'cli',
IToken::PERMANENT_TOKEN,
Expand Down

0 comments on commit 0599a80

Please sign in to comment.