diff options
author | Joas Schilling <coding@schilljs.com> | 2016-10-26 14:04:38 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-10-26 14:04:38 +0200 |
commit | 8b1566967710fe752b66513d4247363bfc536808 (patch) | |
tree | 3cd76300cc5dce18ceadc952066ab81b2f84d5ee /settings/Controller/ChangePasswordController.php | |
parent | 363618249d09e9003ddc2732d6fea01ec0525d89 (diff) | |
download | nextcloud-server-8b1566967710fe752b66513d4247363bfc536808.tar.gz nextcloud-server-8b1566967710fe752b66513d4247363bfc536808.zip |
Allow users to change their passwords again
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'settings/Controller/ChangePasswordController.php')
-rw-r--r-- | settings/Controller/ChangePasswordController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/Controller/ChangePasswordController.php b/settings/Controller/ChangePasswordController.php index f709a8dd431..e43d0d8f343 100644 --- a/settings/Controller/ChangePasswordController.php +++ b/settings/Controller/ChangePasswordController.php @@ -84,6 +84,7 @@ class ChangePasswordController extends Controller { /** * @NoAdminRequired + * @NoSubadminRequired * * @param string $oldpassword * @param string $newpassword |