maybe somebody publish this before, anyway there is auto change password with null when using firefox because the firefox save this pass, anyway to resolve it just do this:
in page options.php go to line 166 approx.
change from
toPHP Code:if ($_POST["newpass1"] == $_POST["newpass2"] ) {
PHP Code:if ($_POST["newpass1"] == $_POST["newpass2"] AND $_POST["newpass2"] != '') {
Thats it,,
good luck


Reply With Quote

