How to Reset Joomla Password
You can reset the Joomla password by executing this command in MySQL.
=============
update jos_users set password=MD5(“testpass”) where username=”testuser”;Â
=============
Have a Nice Day 🙂