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.

Categories
Wordpress

First post from Vaseem Ansari blog.

Hello dear friends, this is my first post and i will update this very soon.

In this blog i will discuss about me, my job profile, my strengths, weakness, technology, gadgets, programming codes, javascript, ajax, php mysql tutorials, interview question, HR interview questions, open sources programming, wordpress tutorials, blogging, magento modules, x-cart codes and many more.

So keep visiting to learn more from Vaseem Ansari’s blog.

Bye

Take care