From 0ff8af4e6c4df6d07d7270b3858cd6bdbc68745e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 22 Jun 2026 15:49:05 +0200 Subject: [PATCH] fix(onetime-qrcode): Remove password confirmation attribute Signed-off-by: Joas Schilling --- core/Controller/AppPasswordController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/Controller/AppPasswordController.php b/core/Controller/AppPasswordController.php index 9f2707e75c2..1dbeaa66a45 100644 --- a/core/Controller/AppPasswordController.php +++ b/core/Controller/AppPasswordController.php @@ -204,7 +204,6 @@ class AppPasswordController extends OCSController { * 200: App password returned */ #[NoAdminRequired] - #[PasswordConfirmationRequired] #[ApiRoute(verb: 'GET', url: '/getapppassword-onetime', root: '/core')] public function getAppPasswordWithOneTimePassword(): DataResponse { // Only allow with one-time app passwords