Reset Magento Admin Password

If you need to reset an admin password in magento this is the SQL you would use

UPDATE admin_user set password=md5('newadminpassword');

 

Gareth
Buy Me A Coffee
back arrowBack to Index