I've forgotten the username and password to my Joomla site. Will pay for someone to go into the hosting account and resolve this issue. Please PM me with details. Regards Mike
1. login phpmyadmin 2. look jos_users 3. table id 62 4. click Edit 5. password reset and select dropdown menu MD5 6. save 7. log in joomla admin agian
[h=1]it is very easy to recover your joomla admin password . just go to cpanel and then go myphp admin and there select your database and in user datbase you will find your admin password and username[/h]
[h=3]Change the Password in the Database[/h]If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client. Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. Click on the table "jos_users" in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). Click on the "Browse" button in the top toolbar. This will show all of the users that are set up for this site. Find the user whose password you want to change and press the Edit icon for this row. A form will display that allows you to edit the password field. Copy the value d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199 into the password field and press the Go button. phpMyAdmin should display the message "Affected rows: 1". At this point, the password should be changed to "secret". Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site. source: http://docs.joomla.org/How_do_you_recover_your_admin_password%3F
Go to PHP myadmin From Yours Hosting Cpanel. In the text field write the following SQL query: UPDATE `jos_users` SET `password` = MD5( 'new_password' ) WHERE `jos_users`.`username` = "admin" ; "new_password" - replace this with the new password you wish to use. "admin" - replace this if your admin username is different. Once you are ready, click on the GO button to submit the query. Hope This Will Resolved yours problems if not consult yours problems to joomla community.
go to phpmyadmin and change the password, if you still not able to set the password give me remote access to your website cpanle, through teamviewer will fix it and you can see how you can fix it next time...
You can reset the password by logging in to phpMyAdmin, I feel I have quite a lot of tutorials on google