Are you facing the following issues:
If yes, then you are not the only one. We understand how frustrating the “you did not sign in correctly or your account is temporarily disabled” error can be and how much it impacts your work. What makes it even more frustrating is that you are 200 per cent sure that you are entering the correct username and password.
Following are the error messages that appear while logging-in to Magento admin panel:
Magento 2.0 - 2.2.9:There are several reasons you may be encountering this error, including:
The most common reason is that you are entering incorrect username and/or password. Doublecheck that the entered information is correct.
If you enter incorrect information multiple times, Magento may temporarily lock the account. Wait for this period to expire before trying to login again.
The admin may have deleted your account. Confirm from the store admin whether your account is still active.
In certain cases, the problem is not with the user credentials but the server. If the server is experiencing problems, you may have trouble logging in to your account.
Following are the possible solutions to the issue. Try any of them to see if it works for you.
Magento sometimes unlock an account for security purposes. In this case, you can unlock it by going to your Magento 2 root folder via SSH/PUTTY and running the following command.
php bin/magento admin:user:unlock <username> Example: php bin/magento admin:user:unlock admin
Alternatively, go to bin directory from Magento 2 root: cd bin/ and run the command below.
php magento admin:user:unlock <username> Example: php magento admin:user:unlock admin
You can also try to truncate the admin sessions table admin_user_session
If none of the above solutions work, create a new admin account as last resort. Run the command below to do so. Put -h at the end to see the required options.
php bin/magento admin:user:create --admin-user="username" --admin-password="mypassword"--admin- email="paul@fmeextensions.com" --admin-firstname="Admin" --admin-lastname="Admin"
To ensure this issue does not occur again, make sure you enter a secure password which meets the following conditions.
This concludes our article on how to fix the “The account sign-in was incorrect or your account is disabled temporarily. Please wait and try again later” error in Magento 2. If you are still getting this error despite trying all three solutions, contact us. Our Magento development experts will resolve the issue in no time at all.
Related Posts:This blog was created with FME's SEO-friendly blog