Here we will cover how to reset the Joomla admin password to log into the Joomla Dashboard. This can be done either by requesting a password reset link through the Forgot your password? option on the site, or by using phpMyAdmin to modify the database.
Related Articles
Enable Joomla Debug & Error Reporting
Change Joomla Database Settings
Password Reset Link Method
- Navigate to the front page of your Joomla site
- In the login form section, click the Forgot your password? link
- Enter the administrator email address associated with the admin user
- Reset the admin password through the link that is emailed to you
phpMyAdmin Method
- Log into cPanel
- Locate and access phpMyAdmin
- Click the database name for the Joomla site
- If you're not sure which database the site is using, check the configuration.php file
- Click on the table that ends in _users in the list of tables
NOTE: If you can't find the _users table in the menu to the left, try using the "Containing the word" search box to search for the users table. Make sure to select the option with the same prefix as the other tables in the database.
EXAMPLE: - Locate the admin account that needs to be updated
- Click the checkbox to the left of the user that needs to be edited
- Click the pencil icon in that same row to edit it
- Find the password row
- Set the Function field to MD5
- In the Value field, type in the new password
NOTE: The password that is shown in that field when it first comes up is a hash. It is not the actual password of the account. - Click Go at the bottom of that page
This article covers Joomla versions 3.x - 4.x.
If an updated version is available and not documented here, drop us a comment so we can work to get it updated for you as soon as possible!
Comments
0 comments
Article is closed for comments.