Can I recover the existing joomla password?
No, but you can reset it to a new password.
In joomla passwords are stored using one-way MD5 hash which prevents recovering the password. so you can reset the password by editing the password field in the database. Password is store in the Jos_users table password field. Using 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.
you can use these hashed values as password
- admin = 21232f297a57a5a743894a0e4a801fc3
- secret = 5ebe2294ecd0e0f08eab7690d2a6ee69
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 you can set it to your own value
- JavaScript MD5 -
- MD5er -