diff options
author | Joas Schilling <coding@schilljs.com> | 2016-10-25 13:05:13 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-11-18 12:10:50 +0100 |
commit | 2fd2e45e428b24f16b7724b7a31d660ba67d2ef1 (patch) | |
tree | c6e77f9f796e25d38bef8cf401d1945429becd45 /settings/Controller/GroupsController.php | |
parent | 410e0fc28f25835c4b10e31066b641387cb53391 (diff) | |
download | nextcloud-server-2fd2e45e428b24f16b7724b7a31d660ba67d2ef1.tar.gz nextcloud-server-2fd2e45e428b24f16b7724b7a31d660ba67d2ef1.zip |
Require password confirmation for user management
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'settings/Controller/GroupsController.php')
-rw-r--r-- | settings/Controller/GroupsController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/Controller/GroupsController.php b/settings/Controller/GroupsController.php index feed45b118e..8985a76ec95 100644 --- a/settings/Controller/GroupsController.php +++ b/settings/Controller/GroupsController.php @@ -95,6 +95,7 @@ class GroupsController extends Controller { } /** + * @PasswordConfirmationRequired * @param string $id * @return DataResponse */ @@ -128,6 +129,7 @@ class GroupsController extends Controller { } /** + * @PasswordConfirmationRequired * @param string $id * @return DataResponse */ |