diff options
author | Joas Schilling <coding@schilljs.com> | 2023-07-17 12:07:22 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-07-17 12:07:22 +0200 |
commit | 0d51d8fbcb46646cd8c538b46bd75a21d8f21ab3 (patch) | |
tree | 95a73de3bbe90f36bd44aa02627d35d6487d9e0b /core/Controller | |
parent | ab27e9508b7c399e7bae77d538f873395fe1334a (diff) | |
download | nextcloud-server-0d51d8fbcb46646cd8c538b46bd75a21d8f21ab3.tar.gz nextcloud-server-0d51d8fbcb46646cd8c538b46bd75a21d8f21ab3.zip |
fix(core): Add password confirmation requirement for getapppassword
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/Controller')
-rw-r--r-- | core/Controller/AppPasswordController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/AppPasswordController.php b/core/Controller/AppPasswordController.php index 096261d2311..205381e83c1 100644 --- a/core/Controller/AppPasswordController.php +++ b/core/Controller/AppPasswordController.php @@ -58,6 +58,7 @@ class AppPasswordController extends \OCP\AppFramework\OCSController { /** * @NoAdminRequired + * @PasswordConfirmationRequired * * Create app password * |