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

magento-2.1

I am using this MageREST Framework in PHP for Magento 2.1.3 Installation.

But I am getting this error-

401 Unauthorized` response:
{"message":"You did not sign in correctly or your account is temporarily disabled."}

Best Answer

You Just Run this Command in Magento Root.

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

It's Working after remove cache and generation folder..

Related Topic