mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix(core): Add password confirmation requirement for getapppassword
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
6bc525ee9b
commit
1facb21df5
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ class AppPasswordController extends \OCP\AppFramework\OCSController {
|
|||
|
||||
/**
|
||||
* @NoAdminRequired
|
||||
* @PasswordConfirmationRequired
|
||||
*
|
||||
* @return DataResponse
|
||||
* @throws OCSForbiddenException
|
||||
|
|
|
|||
Loading…
Reference in a new issue