![]() |
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
#1
IP: 104.151.240.98
|
|||
|
|||
|
Hi my site is seasonal and was dormant for over 180 days. I just tried to login as the admin and it says "Your account is temporarily disabled. Please contact the store administrator for details."
I only have this one admin account so I'm stuck. Any ideas or help is greatly appreciated. ----------------------- The reason why you see this message is the limit set on the max. number of failed login attempts. When you reach the limit, X-Cart 4 thinks it's a hacker trying to guess the password, so it locks the user account. There are two security settings which cofigure the behavior: - "Number of failed login attempts after which a customer account must be suspended" - "Lockout duration in minutes (Affects all user types - leave empty if you do not want to automatically re-enable automatically suspended users)" So, if your second setting is not empty, your user account will be unlocked automatically. Wait and try to reset the password again. If the setting was empty, there is still a way to unlock your user: 1. In your config.php file replace "const CHECK_CUSTOMERS_INTEGRITY = TRUE;" with "const CHECK_CUSTOMERS_INTEGRITY = FALSE;" 2. In the MySQL database, update the xcart_customers table and set "status" to "Y" and "suspend_date" to "0" for the admin user 3. Reset the password, get into the backend and change your password to a new new 4. Change your config.php file back to "const CHECK_CUSTOMERS_INTEGRITY = TRUE;" This should help. |
![]() |
| Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
|
|