designsjohn Posted January 10, 2009 Share Posted January 10, 2009 OSCommerce customer "auto reply " file(S) code below are missing the "info" needed for my oscommerce “password forgotten? Click here” email. The email that is returned to customer is blank and has no NEW password. What files do I have to put the text in for the email to return the info and what do I have to "turn on" for password for this to work? Below is the code to password_forgotten.php file located in includes/languages/english/password_forgotten.php Could someone please post thier “password forgotten? Click here” file(s) for me to copy and for mine to work? <?php /* $Id: password_forgotten.php,v 1.8 2003/06/09 22:46:46 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE_1', 'Login'); define('NAVBAR_TITLE_2', 'Password Forgotten'); define('HEADING_TITLE', 'I\'ve Forgotten My Password!'); define('TEXT_MAIN', 'If you\'ve forgotten your password, enter your e-mail address below and we\'ll send you an e-mail message containing your new password.'); define('TEXT_NO_EMAIL_ADDRESS_FOUND', 'Error: The E-Mail Address was not found in our records, please try again.'); define('EMAIL_PASSWORD_REMINDER_SUBJECT', STORE_NAME . ' - New Password'); define('EMAIL_PASSWORD_REMINDER_BODY', 'A new password was requested from ' . $REMOTE_ADDR . '.' . "\n\n" . 'Your new password to \'' . STORE_NAME . '\' is:' . "\n\n" . ' %s' . "\n\n"); define('SUCCESS_PASSWORD_SENT', 'Success: A new password has been sent to your e-mail address.'); ?> Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted January 15, 2009 Share Posted January 15, 2009 John Download a fresh copy of OSC. Solutions>> Downloads to get the rc2a version. G Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
designsjohn Posted January 16, 2009 Author Share Posted January 16, 2009 Thank You Link to comment Share on other sites More sharing options...
swekarl Posted January 23, 2009 Share Posted January 23, 2009 I'll reply in this thread too: Setting the minimum value of the password to 0 in the admin interface results in a 0 character (blank) password being created. Set the minimum password length to 6 or anything else above zero and the problem is solved. Or it was for me anyway. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.