Merge pull request #39417 from nextcloud/backport/39416/stable27

[stable27] fix(core): Add password confirmation requirement for getapppassword
This commit is contained in:
Joas Schilling 2023-07-17 13:55:51 +02:00 committed by GitHub
commit 9fbe979179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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