Skip to content
Snippets Groups Projects
Commit 84fa046d authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #2755

Closes #2755

Merge request studip/studip!1864
parent 9f60e208
No related branches found
No related tags found
No related merge requests found
......@@ -440,6 +440,8 @@ class Admin_UserController extends AuthenticatedController
if (
$GLOBALS['perm']->have_perm('root')
&& Config::get()->ALLOW_ADMIN_USERACCESS
&& !StudipAuthAbstract::CheckField('auth_user_md5.password', $this->user->auth_plugin)
&& $this->user->auth_plugin !== null
&& (Request::get('pass_1') !== '' || Request::get('pass_2') !== '')
) {
if (Request::get('pass_1') === Request::get('pass_2')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment