problem + auto + password + firefox ... resolved

Results 1 to 2 of 2
  1. #1
    Apprentice fadiodeh is offline
    MemberRank
    Sep 2008 Join Date
    8Posts

    problem + auto + password + firefox ... resolved

    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

    PHP Code:
    if ($_POST["newpass1"] == $_POST["newpass2"] ) { 
    to

    PHP Code:
    if ($_POST["newpass1"] == $_POST["newpass2"] AND $_POST["newpass2"] != '') { 


    Thats it,,

    good luck


  2. #2
    Packetlogger & CCT Master angelokreikamp is offline
    MemberRank
    Apr 2007 Join Date
    NetherlandsLocation
    502Posts

    Re: problem + auto + password + firefox ... resolved

    nice did worked for xnova 8.0 sp1
    many thanks



Advertisement