Categories
Magento Open Sources

How to Reset admin password in Magento store

If you have forgotten admin login password of your Magento Store and you are not able to find any better way to login, then i have a very simple Query that needs to be run in PHPMYADMIN and you can reset admin Password of your Magento Store.

How to Reset forgotten login password of admin in magento store.

You need to go into PHPMyAdmin and connect to your Magento database on your server.

UPDATE admin_user SET password=MD5(‘yournewpasswordhere’) WHERE username=’admin’;

This is it and now you can easily login to your Magento Store.

By Vaseem Ansari

Hey guys this is Vaseem Ansari, 27 years old, Software & Web Developer, Blogger & works on Wordpress Plugin Themes Development, PHP MySql Programming and Open Sources Technologies.
It takes a while for me to build trust in someone new. I am honest, thoughtful. I'm Glad I'm Me No one looks The way I do. No one walks the way I walk. No one talks the way I talk. I am me. There's no one else I'd rather be! Have fun reading this blog and don't forget to subscribe to the feed to keep updated on the latest articles.

Leave a Reply

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