This article provides the possible solutions for the Commerce Admin login issue, where you are redirected back to the login form with the following error message: “Your account is temporarily disabled”. The suggested solution is checking and correcting the admin user database settings.
All Adobe Commerce versions and editions
Steps to reproduce:
Expected result:
You get logged in to the Commerce Admin.
Actual result:
You are redirected back to the login form, with the following error message displayed: “Your account is temporarily disabled. Please try again later”.
admin_user
database table, for your admin user record, check if is_active
is set to “1
” and lock_expires
is NULL
. Reset these values, if required.