- 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:
Denis Flaven
2010-09-06 11:36:11 +00:00
parent 6ab797b03a
commit 4c789e8fbb
4 changed files with 7 additions and 12 deletions

View File

@@ -380,12 +380,6 @@ EOF
$oPage->output();
exit;
}
else
{
// Remember the changed password
$_SESSION['auth_pwd'] = $sNewPwd;
return;
}
}
self::Login();