Login | Sign up
Forgot Password not working
Nov 21st 2010, 11:43 pm:
thakim83

Joined: Oct 8th 2010
View Profile
Send Message

Forgot Password not workingHi, when i try to retrieve my password with the email address I registered with, the site says:

A verification email has been sent to you, please check your email inbox

But nothing comes in my inbox or spam in my email address
    Today, 10:05 pm:
    roozbeh

    Joined: Nov 4th 2010
    View Profile
    Send Message

    re: thakim83yes man ,but nobody answered
      Jan 27th 2012, 7:24 am:
      markiemark67

      Joined: Dec 5th 2010
      View Profile
      Send Message

      re: thakim83What version are u running?
        Jan 27th 2012, 7:26 am:
        markiemark67

        Joined: Dec 5th 2010
        View Profile
        Send Message

        re: thakim83Not for sure what version u are running. But here is a fix that might work for u, and If u are running the SMPT mod U might want to check your settings the server might not be sending the email.

        Here is a fix for you that fixes not a valid code.

        1. open you "includes/libs/member.module.php" with a text editor.
        2. find this line:
        Codeif (!eregi("/^[0-9a-z]+/i",$code)) die('not a valid code');

        3. change the line to:
        Codeif (!preg_match("/^[0-9a-z]+/i",$code)) die('not a valid code');