Skip to content

Commit

Permalink
fix(core): Add password confirmation requirement for getapppassword
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jul 17, 2023
1 parent d0705c9 commit 5fdfb65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Controller/AppPasswordController.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public function __construct(string $appName,

/**
* @NoAdminRequired
* @PasswordConfirmationRequired
*
* @throws OCSForbiddenException
*/
Expand Down

0 comments on commit 5fdfb65

Please sign in to comment.