Forgot your Joomla Admin Password? Here is how to reset it
It happens to the best of us: access to the Joomla backend (/administrator) is locked. At CURIAWEB, you have two simple ways to quickly regain access to your website.
Method 1: The fast way via Softaculous (Recommended)
If you installed Joomla using our installer, this is the easiest method:
- Log in to cPanel and open Softaculous.
- Click on the "All Installations" icon (box symbol) in the top right corner.
- Click the pencil icon (Edit Details) next to your Joomla site.
- Scroll down to the "Admin Account" section.
- Enter a new password under "Admin Password" and click "Save Installation Details" at the bottom.
Method 2: Via phpMyAdmin (For Advanced Users)
If Method 1 is not possible, you can change the password directly in the database:
- Open phpMyAdmin in cPanel and select your Joomla database.
- Find the table
_usersand click "Browse". - Click "Edit" for the admin user.
- In the
passwordfield, select the MD5 function and enter your new password in plain text on the right. - Click "Go" – phpMyAdmin will automatically encrypt the password.