diff options
author | Joas Schilling <coding@schilljs.com> | 2016-10-26 16:27:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-26 16:27:41 +0200 |
commit | cd12e2d20aa5656cbc51a17684c897ae75f78e9f (patch) | |
tree | 42eed770c08b62a0dc9084ec17ddd13f356107b7 | |
parent | cde7f535bd9fd95325545a68e4c0e8926b726a2e (diff) | |
parent | 8b1566967710fe752b66513d4247363bfc536808 (diff) | |
download | nextcloud-server-cd12e2d20aa5656cbc51a17684c897ae75f78e9f.tar.gz nextcloud-server-cd12e2d20aa5656cbc51a17684c897ae75f78e9f.zip |
Merge pull request #1925 from nextcloud/issue-1874-allow-users-to-change-their-passwords-again
Allow users to change their passwords again
-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 |