There are several ways to manage a Joomla database. One of the more popular database clients is phpMyAdmin, which we will use in this tutorial to reset a Joomla user password.
To change a Joomla user password from within the database:
Log into phpMyAdmin and access your Joomla database
you can do this by logging into your cPanel, clicking the phpMyAdmin icon, and then clicking your Joomla database in the left menu.
- Open your users table
You can do this by clicking the users table in the left menu. If you setup a prefix for your tables when installing Joomla 2.5, such as i8ee, then the table name will look similar to i8ee_users. - Find the user you want to reset the password for and click the edit icon next to them (which is a pencil icon)
- Next to "password", choose MD5 in the drop down, type in a new password, and then click Go.
Congratulations, you have successfully reset a Joomla user password using phpMyAdmin! Log into your Joomla dashboard as this user and ensure it saved correctly.