StreamSend is Email Marketing by Marketers, for Marketers. They offer a very friendly and easy to use interface, private IP address, trigger-based messaging, demographic reporting, integration with Google Analytics, and more. Click here to get 30 free days and give them a try.
Due to the popularity of our web development contract template article, we're offering the contract, estimate, and invoice templates for $199.50 $49.50 if you order by July 06. Click here to learn more.
Due to the popularity of the easy to use Joomla Content Management System (short for CMS - a system that lets you manage and update your own website content without technical know-how), we're able to offer complete, ready made Joomla websites. You can choose from various templates, including business, community, and shopping sites. You can also customize the site and make it your own. Click here for more information.
Before we begin, you must have access to your database. If you don't, pass these instructions on to someone that does. It's also a good idea to backup your database before making changes, just in case something goes awry.
In the password field you'll notice a string of characters. Joomla uses a one-way encoding method, which means you won't be able to retrieve your old password. However, you will be able to reset the password to a new one using mySQL's built in MD5 function:
UPDATE example_users SET password=MD5('new password') WHERE usertype = "Super Administrator";
Voila - you just successfully reset your Joomla password
Go to your joomla domain at example.com/administrator and try logging in with the new password. You should be logged in as Super Administrator.
If for some reason the above method does not work try encoding a password that contains only alphanumeric (a-z, 0-9) characters. This method may not work if your password contains special characters (@!#$).
In each of these examples you'll want to follow the above instructions, but then modify your SQL query to the following, which will reset your password to the one you specify.
UPDATE `jos_users` SET `password` = MD5( 'new password' ) WHERE `jos_users`.`username` = "admin";
If this doesn't work, try changing jos_users to mos_users.
Are you having trouble finding Joomla templates that actually look good, or offer the feature set you've been looking for? Because of the high demand for Content Management Systems such as Joomla and Drupal, we're able to offer complete, ready made Joomla websites. These sites include not only the template that give you the look and layout for your website, they are also packed with features and functionality that let you turn your website into a shopping portal, community website with chatrooms and forums, social networking service, and more. You can also customize the site and make it your own. Click here for more information.
All Content © 2005 - 2009 Contract Web Development, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Powered by Drupal
password lost
I have lost my super adminsitrator password in joomla. no i cant looge to my super administrator
so ineed to get my super adminsitrator password. IS THERE ANYWAY I CAN GET MY PASSWORD BACK
Lost password reset
Unfortunately because the system stores the password in a one-way hash there is no way that I know of to get it back. This article does describe, however, how to reset the password (so you can regain access as Super Admin). Please let me know if you need help with or more detail on a particular step.
can`t reset my admin pass
I can not reset the admin password by following the steps. maybe i am doing something wrong? can you help please?
Thanks sooo much
It works !!!!!
Thnks a million!
Thank you for the useful info. I regained my access to the admin section now!!!
May I add that once you get to see your password in the _users , you should again use MD5er.com to decode it, because it is encoded there.
Cheers,
Nik
www.hotparishilton.net
A different approach ...
By temporarily removing the authentication in PHP, you can let anyone login. So, in Joomla 1.5 RC, you can go to plugins/authentication/joomla.php and modify the line:
if ( $crypt == $testcrypt) {
so that it reads:
if ( true /* $crypt == $testcrypt */ ) {
Now everyone can login with any password. Change your password to something that you can remember. Do not forget to put the original authentication code back in.
Jack
www.jackbriner.com
Great
Many thanks Jack,
Saved me lot of trouble!
Regards,
Marcel
Thank you, JACK!
Thank you, JACK!
Also with Joomla 1.0.15?
Hi Jack,
I have joomla 1.0.15 installed, and am unable to reset the password (MD5 from phpMyAdmin...).
I wanted to ask you if you know of a "different approach" which would also apply to my version of Joomla, as opposed to 1.5?
Thanks
Michael
Thank YOU Very much!!
This was an invaluable piece of information and worked like a charm. Thanks for this!!!
Joomla Website
Thank you, the first approach didn't work for me.
If you want check out our joomla website - we're currently working on updating the site and since my developer is as slow as a snail I'm trying to learn how to develop my own site.
Thanks
Thank you Jack. That is a real help, you saved me a lot of stress!
Great!
Helped me a lot.
Thanks.
ClickMedia.TV
Thanks!
Worked perfectly - I'll have to remember this method for next time...
i changed the password and my site is down
HI!
I folowed these steps and now my site is completely down. I cant login or do anything. help!
Restore database
You may have inadvertently edited the wrong fields in the database. That, or your host is having issues unrelated to your changes. Does the site not load at all? Or you simply can't log in? Either way I recommend restoring a backup of your DB.
lost username to Joomla
the site MD5er.com is inactive. i lost my username, not the password. the username is no longer admin. how do i proceed? why is it so challenging to get through this process. any other system has a simple "forgot username/password" button at the login stage...
MD5 Encryption
The solution: use Drupal instead
OR
We've updated the article with a mySQL UPDATE statement you can use to reset your password using mySQL's built-in MD5 function.
Lost Password
Thank you - worked a treat
Simple UPDATE ... SET
Simple UPDATE ... SET password=MD5('yourpassword') doesn't work ?
MySQL has MD5 built in function.
Thank you so much !
Hello,
Just thought I'd take the time to thank you profusely !
You've just saved me hours of pulling my hair out...
This does suck a bit security-wise though, no ?
Thanks again,
Sincerely,
Marie (Avignon, France)
If you have access to your
If you have access to your server, then it should be in configuration.php file.
Could be done much easier
Hi guy,
nice, but too complicated. MySQL and hence also phpmyadmin already offer the MD5 function. So you don't need a seperate website to create the MD5 hash.
Bests,
Daniel
Thanks Daniel
You're right - I've simply been to lazy to update the article until now. Thanks for the push!
Thank you
Thank you!
still wont login
Help! i've tried to change the password with MD5 encoding, but it still wont work.
the login page doesn't give any error message if i enter the right password, but it also wont login to the administrator page. it only take me back to the login page.
but if i entered the wrong password, it said "Username and password do not match"
anyone can help..?
i previously installed the same joomla 1.5RC but with different localhost/...... name and different db.
the old joomla cannot login, but the new joomla can...
Oh and the if ( true /* $crypt == $testcrypt */ ) wont work also
thx4 any help =)
same problem
mine does the same thing. It gives you a need to login and not a bad username or password in the address bar.
index.php?mosmsg=You%20need%20to%20login
Any help?
cannot login backend and no errors
this is most likely because you session directory is not writable. you need to check with your host to make this directory 755
if you have root access you can putty into server and change permissions your self
which one is the session
which one is the session directory?
Password
This is great! Thanks a ton you just saved me a complete re-install. (blech!)
Unable to login from the front end
Hi there, I did a site "clone" installed joomla in a test server, when everything was ready ...moved it to prod..a sister domain on the same server, everything is working fine, but cannot login to the "members" area...
I have no prob. on the admin side.....any ideas...
Thanks Community
That was great to reset the password.
It's working, perfect.
Thanks
M. Javed Rahmani
still not working
I have tried all of this to no avail. I see my user name and MD5 password in phpMySQL. I've changed it, saved it, done everything. I go to login on my admin site and STILL get that my user name and password do not match! Any other trouble shooting tips??
Joomla Password Reset Not Working
I get the message "Invalid session." Any help?
Clear cache and sessions
It sounds like you might need to clear your cache and your sessions tables. You can try doing it via your browser, if that doesn't work you might need to truncate the database tables.
IT WORKS
Thanks for the UPDATE string, it works a teat.
James.
Thanks my friend
Thank you so much. Worked like a charm.
Database error: can't access Joomla site
Please, for god's sake help me.
I don't really know what really happened. I was using myPhpAdmin. I went in the jos_users Database. Clicked SQL. And ran the following query, exactly like that:
UPDATE example_users SET password=MD5('admin') WHERE usertype = "Super Administrator";
Now my site just busted down completely !
When I try to access it, it says: Database Error: Unable to connect to the database:Could not connect to MySQL
Please give me a light !
Restore Joomla backup
Hi there,
First I would simply recommend loading a backup of your Joomla database. Also, I'm assuming you updated "example_users" to reflect your user name? If not, you may want to rerun the SQL statement with your user name inserted.
The easiest thing to do!
You can use phpMyAdmin to view & edit the mos_users table?
insert
21232f297a57a5a743894a0e4a801fc3
in the password field of the admin user.
it's the md5 result of the standard password "admin".
This is really great
This is really great. Thank you so much.
How did this happen!?
I am freaked out that my password did not work in the first place. yes, I know, you think I mistyped or forgot, but NO, I was typing in the correct password. Well, using the SQL UPDATE statement worked like a charm for me, still freaked out.
Lost PW change very easy
I just followed the instructions for update command in phpmyadmin and PW change was a snap - very easy. Thank you.
Thanks
Joomla rocks
Script to reset your Joomla/Mambo password
Hello guys, in case you don't wanna have trouble accessing phpMyAdmin, there's a script which allows you to reset any Admin password EASILY. This works for Joomla 1.x and 1.5.
THANKS THANKS and THANKS!
THANKS THANKS and THANKS! From Romania
Joomla - got password back
Sweet! I just got my Joomla password back using the password recovery method you described. I suppose there's different ways of doing it, but the first approach you described did the trick. Thank you!
Reset Super Admin Password
Many Thanks!!! You just saved me a whole load of bother!
Martin
Does Joomla support secure password login?
Thanks for the tip. Now that I have my Joomla admin password back, is there any way to engage SSL when logging into Joomla? In other words, does Joomla support a secure login protocol? I ask because I'm planning on transferring some sensitive information from my old website to my new Joomla based site and my first priority is to ensure that the information stays secure and away from prying eyes.
Thanks,
Jenny
Joomla Password Retrieval
Thanks a lot!!! It worked like a charm.
I do not know how to reset my password
I have downloaded the Hash Calc.and mysql. What is the stored connection, and default schema? Where do I find that info?
Janith
Use mySQL (via phpMyAdmin)
Hi Janith,
Try using mySQL's built in MD5 function as described above:
UPDATE example_users SET password=MD5('yourpassword') WHERE usertype = "Super Administrator";
instructions easy to follow
It works for me. Thanks.
How to reset Joomla 1.0 super admin account
I am using Joomla 1.0, and I lost my password. How do I reset it?
Jun
Resetting Joomla 1.0 password
We updated the article to include instructions for resetting passwords in earlier versions of Joomla. Please see the updated article above for details.
U save me
I don't know how to thank you...your technique save my website from some [expletive]. Thanks very much!
Awesome!
Thanks, it worked! You might want to be a bit clearer with the instructions. Initially I wondered if I was supposed to copy the text string into the "password" field for administrator because I (and probably many others) have no idea what an "MD5 function" is.
I entered the text string in the field under the "SQL" tab (using cPanel) and it worked!
Thank you.
Doesn't work in 1.5.10
I tried everything above. I changed the joomla.php file, no help. I ran the sql, no soap: UPDATE `#__users` SET `password` =MD5("getsmart") WHERE usertype = "Super Administrator";
I think Joomla sucks.
Try Drupal
Sorry you're having trouble with this. Why not give Drupal (drupal.org) a go? That is our CMS of choice
Worked great
Thanks very much for posting this. Saved me quite a bit of trouble!
Back in Joomla
Awesome - thank you. Back inside my Joomla website now. I'll be sure to backup the password for next time! Thanks again for bailing me out
Lost username and pw
Hi there. I have lost my administration username and password for my domain. How do I go about resetting it and entering into my website domain.
Regards
Omar Abdulla from Footprints Filmworks
Can't login
Hi there. I am having trouble with my footprints filmworks administrator and the steps instructed seem not to be working for me. Any other ideas, please assist.
Md for footprints filmworks
Omar Abdulla
Email lost password
Hi Omar,
Did you try the "forgot password" link - to have your email password, or a password reset link - emailed to you? If the email address stored with the user is still active, you should be able to restore your password using this less intrusive method.