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 🙂

Leave a Reply