From 7420aab56c1961c0d2ada3c48b72a3923c1b728b Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Thu, 28 Nov 2024 12:17:16 +0100 Subject: [PATCH] fixup! feat: Use inline password confirmation in external storage settings --- 3rdparty | 2 +- apps/files_external/lib/Controller/UserStoragesController.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty b/3rdparty index 5e764a916f52c..1688458b264b8 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit 5e764a916f52cbc03d170626ef048e4d5f6d3bf2 +Subproject commit 1688458b264b82d28268820c64f60c8dbd0e65b2 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); }