Seriously, the 1 hour login timeout is overkill. I had to create a new account to buy a modification so I can work on my website. I put in wrong password like 3x and got locked out for an hour. I aint gonna sit doing nothing for 1 hour seriously. Change it to 10 min or force send an email with link for more attempts for login.
Thanks
It depends from store to store. You can change for yourself via this file:
admin/controller/common/login.php
Line no: 96
Change to:
admin/controller/common/login.php
Line no: 96
Code: Select all
if ($login_info && ($login_info['total'] >= $this->config->get('config_login_attempts')) && strtotime('-1 hour') < strtotime($login_info['date_modified'])) {
Code: Select all
if ($login_info && ($login_info['total'] >= $this->config->get('config_login_attempts')) && strtotime('-10 minutes') < strtotime($login_info['date_modified'])) {
Opencart Extensions | Professional opencart support | Support Ticket | support@cartbinder.com
Or go to PHPMyAdmin, and remove the adequate entries from the 'oc_customer_login' table.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Who is online
Users browsing this forum: No registered users and 10 guests