Merge pull request #39423 from nextcloud/backport/39416/stable21

[stable21] fix(core): Add password confirmation requirement for getapppassword
pull/39497/head
Joas Schilling 10 months ago committed by GitHub
commit ec56ce0af2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save