How to recover Joomla Admin Password?

The passwords are stored using a one-way MD5 hash which prevents recovering the password. You cannot recover the existing password, but you can reset it to a new password. The passwords are stored using a one-way MD5 hash which prevents recovering the password. But you can reset the password by editing the password field in the database. Set the password to a known value and then you may log-in using that new password.

The password is stored in the MySQL database jos_users table password field. (change this for your table prefix if different) Use a MySQL utility such as phpMyAdmin or MySQL Query Browser to edit this field. Open the table, find your admin username, and then select that row for editing. The password must be hashed, you cannot simply enter text into this field.

Set the password to a known value
password = "this is the MD5 hashed password"
------------------------------------------------------
admin = 21232f297a57a5a743894a0e4a801fc3
secret = 5ebe2294ecd0e0f08eab7690d2a6ee69
123456 = e10adc3949ba59abbe56e057f20f883e


Paste the hashed password into the field, save the change, and log-in using the new password.
Immediately change your password to something more secure or set the password to your own value.



Add this page to your favorite Social Bookmarking websites
Reddit! Del.icio.us! JoomlaVote! Google! Live! Facebook! StumbleUpon! Yahoo! Free social bookmarking plugins and extensions for Joomla! websites!
 
mod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_counter
mod_vvisit_counterToday42
mod_vvisit_counterYesterday126
mod_vvisit_counterThis week449
mod_vvisit_counterThis month2456
mod_vvisit_counterAll11016
Message Digest Algorithm 5 is a one way hashing algorithm. This site indexes md5 hashes and allows you to look up potential plain text versions of an md5 hash, a md5 hash crack.