The following command will help to reset joomla admin password.
Login into database through phpmyadmin or SSH and execute the below command.
UPDATE `jos_users` SET `password` = MD5( ‘admin147’ ) WHERE `jos_users`.`username` = “admin” ;
The following command will help to reset joomla admin password.
Login into database through phpmyadmin or SSH and execute the below command.