Login     Sign up
Forgot Password not working
Thakim (@thakim83)
Join date: Oct 8th 2010
Community posts: 87
View Profile
Send Message

Hi, 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

164 months ago
Roozbeh Jafari (@roozbeh)
Join date: Nov 4th 2010
Community posts: 92
View Profile
Send Message

yes man ,but nobody answered

164 months ago
hassan hamed (@newyork2)
Join date: Dec 25th 2011
Community posts: 1
View Profile
Send Message

pleas ehepplp us onn this

150 months ago
Mark S. (@markiemark67)
Join date: Dec 4th 2010
Community posts: 136
View Profile
Send Message

What version are u running?

150 months ago
Mark S. (@markiemark67)
Join date: Dec 4th 2010
Community posts: 136
View Profile
Send Message

Not 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');
150 months ago