Knowledge Base Article

How To Reset Admin Password in Magento

In order to change your Magento admin password please open *phpMyAdmin*, select Magento's database, open the *query window* and paste this query:

*UPDATE admin_user SET password=CONCAT(MD5('sGnewpass'), ':sG') WHERE username='AdminUsername';*

Note: You have to change *newpass* in the *MD5('sGnewpass')* to the password you would like to have, and change *AdminUsername* to your admin username.

Execute the query and your password will be set.



Rating

Please indicate if this article was helpful for you.

rating :  4.3 from 5
views :  2160
votes :  11

Related Articles

Views

Haven't found what you are looking for? Suggest an article HERE.

powered by

Valid XHTML 1.0 Strict Valid CSS!