Resetting password for Joomla

This guide shows you how to reset a Joomla user password in the Loopia Customer Zone if it has been lost. The change is made directly in the MySQL database using the phpMyAdmin tool included in the Customer Zone.

Log in to the Customer Zone

Start by logging in to your Loopia Customer Zone at www.loopia.com/login.

A short way down the page you will find your databases listed under Databases. Click on the database that is linked to your Joomla site. If you do not yet have a database user, see our guide on creating a new MySQL database.

Databases list in the Loopia Customer Zone

Open phpMyAdmin

Click Log in in the Admin row to open phpMyAdmin (the database management tool).

Log in button for phpMyAdmin

Log in using your database credentials. In the left-hand column, click the database name that matches your domain name.

Database list in phpMyAdmin

Find the Joomla users table

You will now see a list of all the tables in the database. The table you are looking for is jos_users if you created your own Joomla installation. If you used the Loopia One Click Installer, it is usually called jos_your_domain__users.

jos_users table in phpMyAdmin

Click that table and all Joomla users will be displayed. Click Edit next to the user whose password you want to change.

Edit user row in phpMyAdmin

Set the new password

In the Password row, select the function MD5 and enter the new password you want to use in the Value field. Then click Go to save the change.

Setting a new MD5 password in phpMyAdmin

The user now has a new password and you should be able to log in to your Joomla installation.

Was this article helpful?

Related Articles