Google Plus

How to reset and recover your Joomla admin password?

Written by Mel Kham on . Posted in Joomla

Question : How to reset and recover your Joomla admin password?joomla-logo

Answer:

If you lost your admin password in joomla and you want to recover it, just follow one of the 2 methods bellow, the first one tested by me and worked like a charm, the second tested by Pirat9 and is working too. For non linux users it is advised to use method I.

1st Method:

1-  Convert  your new password text to md5 encryption, use this tool for that:

-

  If you are a linux user you can use the following command to convert your password to md5 encryption:

echo -n "your-password" | md5
Output (Example)
21232f297a57a5a743894a0e4a801fc3 (md5 encryption for password "admin")


2- Now login  to  phpmyadmin go to your database and look for table “ jos_user

Now go to  user  ”admin” and  in the  crypted  password field put  ”21232f297a57a5a743894a0e4a801fc3 ” (Change this with your current generated md5 encryption)

save  and   exit. 

Now you will be able to login with your admin password.

 

II – Method 2:

If you are a linux user and good with terminal, just enter the following commands in your terminal, don`t forget to change the user/password with your current information.

- In terminal  login to  Mysql server

mysql -u  user  -p  password
 mysql> use joomla_database_name;
 Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql>

 

Now enter this command:

mysql>  UPDATE `jos_users` SET `password` = MD5( 'put_new_paswoord_here' ) WHERE `jos_users`.`username` = "admin" ;

 

exit  and  login to your joomla admin panel with  the  password.

{module user9-footer}

For questions please refer to our Q/A forum at : http://ask.unixmen.com

Mel Kham

Founder of Unixmen, Living in Amsterdam. Am working in my free time to help people to understand the Opensource and to explain them in easy way how to make the fist steps to the the light. Working day and night with my Co-founder Zinovsky to keep this website live even with less resources.
  • http://aksharodyama.com/ akshrodyama

    nice joomla password recovery article…thank you

Like us on Facebook

This week Top Posts

Write for us

Recent Comments

Dominik Bauer

|

thx a lot!

Maximiliano Osorio

|

Osom. Thank you.

Sam

|

Thanks much. It worked like a charm.

HailsandNails

|

Actually, what I see too much of, and what Microsoft actually (sorta) did with Windows 8 is think forward. And let’s be brutally honest. Windows 8 is actually NOT as bad as people is making it out, they’re just freakishly afraid of change (which Linux users are as well, it seems)

SK

|

Yes i will. Keep visiting. Subscribe us to get daily updates. Thanks for the comment

 
IDG Tech Network
Copyright © 2008-2013 Unixmen.com .
Maintained by Anblik .