From 281c82d5a5914bf59841485e829c5b9e6a9a3a5d Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Thu, 28 Nov 2024 12:18:15 +0100 Subject: [PATCH] fixup! feat: Use inline password confirmation in external storage settings Signed-off-by: Louis Chemineau --- apps/files_external/lib/Controller/UserStoragesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_external/lib/Controller/UserStoragesController.php b/apps/files_external/lib/Controller/UserStoragesController.php index 36acc2429393d..be39fa99924a6 100644 --- a/apps/files_external/lib/Controller/UserStoragesController.php +++ b/apps/files_external/lib/Controller/UserStoragesController.php @@ -232,7 +232,7 @@ public function update( * {@inheritdoc} */ #[NoAdminRequired] - #[PasswordConfirmationRequired] + #[PasswordConfirmationRequired(strict: true)] public function destroy($id) { return parent::destroy($id); }