How To Reset Admin Password – Joomla

1) Login to phpmyadmin and select db and the table (jos_users) that
store users details   ie table with name end with “_users”2) Make sure that the username  exists in the table( let the user name be ‘admin’)

3) Execute the below given query  UPDATE jos_users
SET password=MD5(‘new password’) WHERE username = “admin”;

Leave a Reply

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