Pregunta

enter image description here

1> shows access denied while login the admin (Magento 1.9)... actually tried to Rest-API for 3rd party integration for customer users role. 2> I do not have database details. the client did not provide. please guide how can resolve.

¿Fue útil?

Solución

To reset admin password.Go to phpmyadmin and run following command.

 UPDATE `admin_user` SET `password` = MD5('irs123456') WHERE `username` = 'admin';

username: admin
password: irs123456

Still facing any problem add comment.I will try to help you.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top