Merge pull request #39418 from nextcloud/backport/39416/stable26

[stable26] fix(core): Add password confirmation requirement for getapppassword
This commit is contained in:
Joas Schilling 2023-07-17 13:56:14 +02:00 committed by GitHub
commit 70db98feee
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
*/