How too reset admin password in magento ?

Answer

If we forget admin password and want to update this admin password then we have to just do litil bet effort

 just  need to run below query on our sql database

SELECT * FROM admin_user;

Then, find the username we want to modify in the listing provided ‘pcds’ in this example. Then, to update the password, type

UPDATE admin_user SET password=CONCAT(MD5('Pcinfotech'), ':Pc') WHERE username='pcds';

‘Pc’ would be changed to whatever we want it to be and same goes for ‘infotech’

 

All magento Questions

Ask your interview questions on magento

Write Your comment or Questions if you want the answers on magento from magento Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---