summaryrefslogtreecommitdiffstats
path: root/core/Controller
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-07-17 12:07:22 +0200
committerJoas Schilling <coding@schilljs.com>2023-07-17 12:07:22 +0200
commit0d51d8fbcb46646cd8c538b46bd75a21d8f21ab3 (patch)
tree95a73de3bbe90f36bd44aa02627d35d6487d9e0b /core/Controller
parentab27e9508b7c399e7bae77d538f873395fe1334a (diff)
downloadnextcloud-server-0d51d8fbcb46646cd8c538b46bd75a21d8f21ab3.tar.gz
nextcloud-server-0d51d8fbcb46646cd8c538b46bd75a21d8f21ab3.zip
fix(core): Add password confirmation requirement for getapppassword
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/Controller')
-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 096261d2311..205381e83c1 100644
--- a/core/Controller/AppPasswordController.php
+++ b/core/Controller/AppPasswordController.php
@@ -58,6 +58,7 @@ class AppPasswordController extends \OCP\AppFramework\OCSController {
/**
* @NoAdminRequired
+ * @PasswordConfirmationRequired
*
* Create app password
*