carabs Posted April 7, 2007 Posted April 7, 2007 Hey everyone. My customer service people have been getting emails/calls randomly from a few people saying that they forgot their password, and used the reset tool to have a new one sent to them. They claim that the new password that is created still doesn't work. I haven't been able to find anyone else having this problem on the forum. but i also did not sort through all 80 million posts on here either. So any info would rock. Also, does the Admin Reset Password mod work? i read in two posts that it didn't work for anyone. I'll keep looking for more about that. Thanks. Jeff Conklin
heritage Posted June 2, 2007 Posted June 2, 2007 I have been having the same error, and am not sure where to start looking for the problem. Any ideas would be appreciated!
lez Posted June 9, 2007 Posted June 9, 2007 Hey everyone. My customer service people have been getting emails/calls randomly from a few people saying that they forgot their password, and used the reset tool to have a new one sent to them. They claim that the new password that is created still doesn't work. I haven't been able to find anyone else having this problem on the forum. but i also did not sort through all 80 million posts on here either. So any info would rock. Also, does the Admin Reset Password mod work? i read in two posts that it didn't work for anyone. I'll keep looking for more about that. Thanks.
xtronics Posted June 14, 2007 Posted June 14, 2007 The fix I came up with is in login.php after about line 62 add the middle line below: $navigation->clear_snapshot(); if (strstr ($origin_href, 'password_forgotten' )) $origin_href = tep_href_link(FILENAME_DEFAULT); tep_redirect($origin_href); This way when they login they get redirected to the default page instead of the forgot password page. They were actually getting logged in - they didn't know it because they were sent to the wrong page. ------------------------------------------------------------------------ The first panacea for a mismanaged nation is inflation of the currency; the second is war. Both bring atemporary prosperity; both bring permanent ruin.Ernest Hemingway------------------------------------------------------------------------
Guest Posted July 25, 2007 Posted July 25, 2007 The fix I came up with is in login.php after about line 62 add the middle line below: $navigation->clear_snapshot(); if (strstr ($origin_href, 'password_forgotten' )) $origin_href = tep_href_link(FILENAME_DEFAULT); tep_redirect($origin_href); This way when they login they get redirected to the default page instead of the forgot password page. They were actually getting logged in - they didn't know it because they were sent to the wrong page. This worked like a charm!!! Thanks!!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.