How to Reset Joomla Password
Introduction If you are unable to access your Joomla administrator account, you can reset the password directly from the MySQL database using an SQL query. Prerequisites Implementation How to Reset Joomla Password You can reset the Joomla password by executing the following command in MySQL: update jos_users set password=MD5(“testpass”) where… Continue Reading How to Reset Joomla Password
