]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(core): Add password confirmation requirement for getapppassword 39418/head
authorJoas Schilling <coding@schilljs.com>
Mon, 17 Jul 2023 10:07:22 +0000 (12:07 +0200)
committerJoas Schilling <coding@schilljs.com>
Mon, 17 Jul 2023 10:11:08 +0000 (12:11 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
core/Controller/AppPasswordController.php

index 3f254f03370b38e98b52604f779a3847a451ad8c..c7ad89b108abcdfb4b8a9e0dd44b5aede1365801 100644 (file)
@@ -66,6 +66,7 @@ class AppPasswordController extends \OCP\AppFramework\OCSController {
 
        /**
         * @NoAdminRequired
+        * @PasswordConfirmationRequired
         *
         * @throws OCSForbiddenException
         */