top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to Fix: Magento Admin Login Problem

+2 votes
393 views

Last week we had a very strange problem with the admin login of a Magento client of ours. When we tried to login we would get a session id in the url and everything seemed to work, but we were redirected to the same login box.

posted Oct 5, 2015 by Vrije Mani Upadhyay

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

When you tried wrong password again and again then magento2 itself locks the user. So just try to unlock the user by following commands from command line (execute this command from your magento2 root directory)
php bin/magento admin:user:unlock {user name}
After executing this command you will be able to login and now you can set again the new password.

answer Feb 18, 2018 by Vishi Gulati
...