fix(core): Add password confirmation requirement for getapppassword

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/39424/head
Joas Schilling 10 months ago
parent 34eface515
commit f775138816
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

@ -76,6 +76,7 @@ class AppPasswordController extends \OCP\AppFramework\OCSController {
/**
* @NoAdminRequired
* @PasswordConfirmationRequired
*
* @return DataResponse
* @throws OCSForbiddenException

Loading…
Cancel
Save