Sunday 27 November 2011

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 :)

No comments: