aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-07-17 13:56:52 +0200
committerGitHub <noreply@github.com>2023-07-17 13:56:52 +0200
commitf8cac22e0f78421a1876d09038119c9464150b55 (patch)
treef0d01a7f76dccacc6d4202d3315f6376ecfb3953
parent175faf283183e30702b4b989801c816879bd0774 (diff)
parentfd73d5f6177081101aadaf1d803fab4873f5a621 (diff)
downloadnextcloud-server-f8cac22e0f78421a1876d09038119c9464150b55.tar.gz
nextcloud-server-f8cac22e0f78421a1876d09038119c9464150b55.zip
Merge pull request #39419 from nextcloud/backport/39416/stable25
[stable25] fix(core): Add password confirmation requirement for getapppassword
-rw-r--r--core/Controller/AppPasswordController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/AppPasswordController.php b/core/Controller/AppPasswordController.php
index 3f254f03370..c7ad89b108a 100644
--- a/core/Controller/AppPasswordController.php
+++ b/core/Controller/AppPasswordController.php
@@ -66,6 +66,7 @@ class AppPasswordController extends \OCP\AppFramework\OCSController {
/**
* @NoAdminRequired
+ * @PasswordConfirmationRequired
*
* @throws OCSForbiddenException
*/