ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/languages/english/password_forgotten.php
Go to the documentation of this file.
00001 <?php
00010 define('HEADING_TITLE', 'Reset Password');
00011 
00012 define('TEXT_ADMIN_EMAIL', 'Admin Email Address: ');
00013 define('TEXT_BUTTON_REQUEST_RESET', 'request reset');
00014 define('TEXT_BUTTON_LOGIN', 'login');
00015 define('TEXT_BUTTON_CANCEL', 'cancel');
00016 
00017 define('ERROR_WRONG_EMAIL', 'You entered the wrong email address.');
00018 define('ERROR_WRONG_EMAIL_NULL', 'Go away gooberbrain :-P');
00019 define('MESSAGE_PASSWORD_SENT', 'A new password has been sent to the email address you entered.<br />Click "login" below to login with the new temporary password.');
00020 
00021 define('TEXT_EMAIL_SUBJECT_PWD_RESET', 'Your Requested change');
00022 define('TEXT_EMAIL_MESSAGE_PWD_RESET', 'A new password was requested from %s.' . "\n\n" . 'Your new temporary password is:' . "\n\n   %s\n\nYou will be asked to choose a new password before logging in.\n\nThis temporary password expires in 24 hours.\n\n\n");
00023 
 All Data Structures Namespaces Files Functions Variables Enumerations