cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to access Magento Admin Panel

Unable to access Magento Admin Panel

I have no idea what has happened but I can't get on to one of my Magento Admin panels (Staging site).

Can someone provide me with a check list to try and get to the bottom of it.
Thanks.

1 REPLY 1

Re: Unable to access Magento Admin Panel

If you have the SSH access - create other user from CLI then log in and change current user credentials:

 

php bin/magento admin:user:create --admin-user='new_user' --admin-password='newpassword123' --admin-email='test@test.com' --admin-firstname='New' --admin-lastname='User'