Error in admin login message
File: admin/includes/languages/english/login.php
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.');
Should be
define('LOGIN_EXPIRY_NOTICE', 'Please be aware that after ' . SESSION_TIMEOUT_ADMIN . ' minutes of inactivity, you will be required to login again.<br /><br />Note: All passwords expire every 90 days.');
Scott C Wilson, That Software Guy, Plugin Moderator
Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.
Bookmarks