Magento 1 Password Reset

To reset the password for the admin user in Magento 1 installation, go to phpMyAdmin, run the following SQL command.

UPDATE admin_user SET `password` = CONCAT(MD5('xxPASSOWRD_HERE'), ':xx') WHERE `username` = 'admin';

In the above SQL command, replace PASSOWRD_HERE with your new password.

If you don’t know Magento backend URL, you can find it in file app/etc/local.xml

Advertisement









In this case, Magento backend URL is yourdomain.com/2XwA5Vb6PW

Add a comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Advertisement