How to Reset Password of Magento Admin

Posted on Posted in Magento, Programming

THis is the way how to fix the “stupid things” of the developer espesially on Magento..
[code]UPDATE `admin_user` SET `password` = MD5(‘NEWPASSWORD’) WHERE `username` = ‘ADMINUSERNAME’;[/code]

Leave a Reply

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