From 0ea23b6ef0553c26c4a3322c89d73bfdf6560a2f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 17 Jul 2023 12:07:22 +0200 Subject: [PATCH] fix(core): Add password confirmation requirement for getapppassword Signed-off-by: Joas Schilling --- core/Controller/AppPasswordController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Controller/AppPasswordController.php b/core/Controller/AppPasswordController.php index 3f254f03370b3..c7ad89b108abc 100644 --- a/core/Controller/AppPasswordController.php +++ b/core/Controller/AppPasswordController.php @@ -66,6 +66,7 @@ public function __construct(string $appName, /** * @NoAdminRequired + * @PasswordConfirmationRequired * * @throws OCSForbiddenException */