Reset or Retrieve Joomla Password
This will explain how to reset my Joomla Administrator password?
Similar to WordPress Hosting, there’s a provision of lost parole retrieval functionality, you’ll realize that on the login page wherever it says “forgot password”. This procedure is much easier than the following. If you happen to have forgotten the e-mail address that you just had used at the time of Joomla installation, you can change the e-mail address from the cPanel PhPMyAdmin to a convenient one and retrieve your password through mailing it to yourself.
Alternate technique to Reset Joomla Super Admin Password
Before you proceed any longer with resetting your Joomla Admin Password, it’s necessary for you to see whether or not you have got an access to your Joomla website’s database. If not, then you want to forward the subsequent procedure to anybody who has it. Before you approach making any changes to the Joomla database, we would recommend you to take a backup and store it at a secure location (maybe on your local machine), this might assist you avoid any future hassles incase things goes wrong somewhere.
Primary Steps –
The password is hold on within the MySQL database jos_users table password field
Step 1: You have to log-in and look for your Joomla web sites database. You’ll do this via. PhpMyAdmin. (Note : encase you multiple web site databases on the server, you must seek for the one whose password you want to reset)
Step 2 : Once in, you have to seek for the choice that enables you to edit the jos_users table. it’s typically preceded by your account name.
Step 3 : You hsve to Edit the details username = “Administrator”
Steps to Reset Joomla Admin password:
In the box against the password field, you must find some alphamerical characters. The Joomla CMS makes use of one method coding methodology, what it does is, it restricts users from retrieving the existing password. Its only possible to reset it with the help of MySQL’s in-built MD5 functionality:
UPDATE `jos_users` SET `password` = MD5( ‘new password’ ) WHERE `jos_users`.`username` = “Administrator”;
On doing this, you’ll simply reset your password. Now, you can attempt to login to your Joomla web site using the new admin details.
If none of the above steps work, you must contact our technical support department who would assist you reset the password in no time.