Magento: How to reset admin pssword

Magento: How to reset admin pssword

1
UPDATE admin_user SET password=CONCAT(MD5('qXpassword')':qX'WHERE username='admin';

All you have to do is replace the “password” with your required one and run the query.

 

posted @ 2014-10-19 20:54  AndyTai  Views(248)  Comments(0Edit  收藏  举报