diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2023-07-17 13:55:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 13:55:51 +0200 |
commit | 9fbe9791791059eae056932e4acf0bf818ccb203 (patch) | |
tree | c6c41b6f94bfed8c03258e708b77873eacaeb787 /core | |
parent | 3a84f54ed86c5e18f75b504b3a3f80c1bd2126ae (diff) | |
parent | 0ea23b6ef0553c26c4a3322c89d73bfdf6560a2f (diff) | |
download | nextcloud-server-9fbe9791791059eae056932e4acf0bf818ccb203.tar.gz nextcloud-server-9fbe9791791059eae056932e4acf0bf818ccb203.zip |
Merge pull request #39417 from nextcloud/backport/39416/stable27
[stable27] fix(core): Add password confirmation requirement for getapppassword
Diffstat (limited to 'core')
-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 3f254f03370..c7ad89b108a 100644 --- a/core/Controller/AppPasswordController.php +++ b/core/Controller/AppPasswordController.php @@ -66,6 +66,7 @@ class AppPasswordController extends \OCP\AppFramework\OCSController { /** * @NoAdminRequired + * @PasswordConfirmationRequired * * @throws OCSForbiddenException */ |