| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: password_forgotten.php,v 1.8 2003/06/09 22:46:46 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('NAVBAR_TITLE_1', 'Login'); 14 define('NAVBAR_TITLE_2', 'Password Forgotten'); 15 16 define('HEADING_TITLE', 'I\'ve Forgotten My Password!'); 17 18 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.'); 19 20 define('TEXT_NO_EMAIL_ADDRESS_FOUND', 'Error: The E-Mail Address was not found in our records, please try again.'); 21 22 define('EMAIL_PASSWORD_REMINDER_SUBJECT', STORE_NAME . ' - New Password'); 23 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"); 24 25 define('SUCCESS_PASSWORD_SENT', 'Success: A new password has been sent to your e-mail address.'); 26 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |