charlescollins Posted March 21, 2009 Share Posted March 21, 2009 the forgot password isnt working... Link to comment Share on other sites More sharing options...
Guest Posted March 22, 2009 Share Posted March 22, 2009 Hi, If you are using Linux hosting, the following video tutorial shows how to reset the admin password: http://www.oscommerce-template-easy.com/ge...in-password.htm Best regards Link to comment Share on other sites More sharing options...
[email protected] Posted April 7, 2009 Share Posted April 7, 2009 Hi, If you are using Linux hosting, the following video tutorial shows how to reset the admin password: http://www.oscommerce-template-easy.com/ge...in-password.htm Best regards Hi, The issue that I have is that on the client's login page, there is a link for "forgot password". If I follow that link, I insert the email address as required, then when I click on Continue, the next page says: The page cannot be found and the address bar of the browser I have this address: http://MYSERVERNAME/password_forgotten.php?action=process The page actually exist and i'm using it to enter the email address. Not sure where to go from here. Francois Link to comment Share on other sites More sharing options...
Senore Posted April 16, 2009 Share Posted April 16, 2009 Verify that this is in your password_forgotten.php just below the body text section: <?php echo tep_draw_form('password_forgotten', tep_href_link(FILENAME_PASSWORD_FORGOTTEN, 'action=process', 'SSL')); ?> Also, verify the following is defined in your includes/filenames.php: define('FILENAME_PASSWORD_FORGOTTEN', 'password_forgotten.php'); Link to comment Share on other sites More sharing options...
tulsas Posted May 8, 2009 Share Posted May 8, 2009 Verify that this is in your password_forgotten.php just below the body text section: <?php echo tep_draw_form('password_forgotten', tep_href_link(FILENAME_PASSWORD_FORGOTTEN, 'action=process', 'SSL')); ?> Also, verify the following is defined in your includes/filenames.php: define('FILENAME_PASSWORD_FORGOTTEN', 'password_forgotten.php'); Hi, when i try to retrieve passwords the next page shows no form to insert email address, but password_forgotten.php and includes/filenames.php contain the code you said... What else should i check? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.