|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
00001 <?php 00010 define('HEADING_TITLE', 'Admin Login'); 00011 define('HEADING_TITLE_EXPIRED', 'Admin Login - Password Expired'); 00012 00013 define('TEXT_ADMIN_NAME', 'Admin Username:'); 00014 define('TEXT_ADMIN_PASS', 'Admin Password:'); 00015 define('TEXT_ADMIN_OLD_PASSWORD', 'Old Password:'); 00016 define('TEXT_ADMIN_NEW_PASSWORD', 'New Password:'); 00017 define('TEXT_ADMIN_CONFIRM_PASSWORD', 'Confirm Password:'); 00018 00019 define('ERROR_WRONG_LOGIN', 'You entered the wrong username or password.'); 00020 define('ERROR_SECURITY_ERROR', 'There was a security error when trying to login.'); 00021 00022 define('TEXT_PASSWORD_FORGOTTEN', 'Forgot Password'); 00023 00024 define('LOGIN_EXPIRY_NOTICE', 'Please be aware that after 15 minutes of inactivity, you will be required to login again.<br /><br />Note: All passwords expire every 90 days.'); 00025 define('ERROR_PASSWORD_EXPIRED', 'NOTE: Your password has expired. Please select a new password. Your password <strong>must contain both NUMBERS and LETTERS and minimum 7 characters.</strong>'); 00026 define('TEXT_TEMPORARY_PASSWORD_MUST_BE_CHANGED', 'For security reasons, your temporary password needs to be changed. Please select a new password.<br />Your password <strong>must contain both NUMBERS and LETTERS and minimum 7 characters.</strong>'); 00027 00028 define('TEXT_EMAIL_SUBJECT_LOGIN_FAILURES', 'Admin login failure notice'); 00029 define('TEXT_EMAIL_MULTIPLE_LOGIN_FAILURES', 'Important Notice: There have been multiple unsuccessful login attempts to your administrative account. For your protection and for system security, after 6 attempts the account will be locked for a minimum of 30 minutes, during which you will be unable to login even if you remember your password. Continued attempts to login will continue to lock the account for another 30 minutes. You will not be able to do password resets during this time. Apologies for the inconvenience.' . "\n\nThe last login attempt was from this IP address: %s.\n\n\n"); 00030 00031 define('EXPIRED_DUE_TO_SSL', 'Note: Your password has expired because your site has changed from non-SSL (less secure) to being SSL-protected (more secure). Changing your password under SSL is an important step to greater security. Sorry for any inconvenience. Standard password expiry rules apply.');