mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
- Fixed bug #102: regression introduced with the encoding of passwords: users were no longer able to change their own password...
SVN:trunk[778]
This commit is contained in:
@@ -380,12 +380,6 @@ EOF
|
||||
$oPage->output();
|
||||
exit;
|
||||
}
|
||||
else
|
||||
{
|
||||
// Remember the changed password
|
||||
$_SESSION['auth_pwd'] = $sNewPwd;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
self::Login();
|
||||
|
||||
Reference in New Issue
Block a user