Powerful Loyalty Program, Loyalty System to enhance the Customer Experience

Magento 2 Layered Navigation

Tuesday, June 21, 2016

On 9:23 AM by Unknown
When you try to login to your Magento admin, you got this message.You did not sign in correctly or your account is temporarily disabled You don’t know that you are not using username or password. In this guide, we will show how to resolve this sign in the problem “You did not sign incorrectly or your account is temporarily disabled”.

In Magento forum, you can see there are many people had the same problem.

You did not sign in correctly or your account is temporarily disabled

You did not sign incorrectly or your account is temporarily disabled.


I have been installing via the command line and ran into this problem yesterday, after banging my head off the wall all day, I tried creating a new user via the client and./bin/magento admin:user:create that’s when I noticed an error. I guess usually my random typing contains numbers.

The fix was to make sure there are 1 alpha character and 1 numeric character in the admin password. This should be labelled a bug if the password is not validated during install withmagento setup:install

Password requirements are:


  • User Name is a required field.

  • First Name is a required field.

  • Last Name is a required field.

  • Please enter a valid email.

  • The password is a required field.

  • Your password must be at least 7 characters.

  • Your password must include both numeric and alphabetic characters.

Reference: @rapidmod

Solution: Unlock admin account


try command in case the account is locked

./bin/magento admin:user:unlock <username>


or go to Magento 2 root folder and type

magento admin:user:unlock <username>


Example

magento admin:user:unlock admin




It comes to the end of the tutorial: You Did not Sign in Correctly or Your Account is Temporarily Disabled Magento 2.

You Did not Sign in Correctly or Your Account is Temporarily Disabled Magento 2