Recover Your Joomla Administrator Password
Joomla is very popular CMS, it’s easy to setup and require only working php and mysql installation.
A problem may arise when your administrator password lost or forgot.
Can I recover my admin password or create a new one ?
It’s common question in "Setting your own Content Management System" workshop.
Use php md5() function !
Here’s the steps :
1. Open your php ide and type this code :
$my_new_password =’my_joomla_administrator_password’;
$my_md5_password=md5($my_new_password);
echo "My New Joomla Administrator Password is : $my_md5_password";
save this snippet as joomla.php and run it in browser.
2. Copy paste your md5 generated password.
3. Open phpmyadmin and select joomla database.
4. Select user table (jos_users) and find administrator entry, click edit icon.
5. Replace your password with password in step 2
6. Save your changes
7. Done, try login to administrator page with new password.
- how to recover your joomla system administration password
- administrative password to ondemand
- password
- joomla reset admin password 1 5 4
- joomla administrator
- inurl:/administrator/ powered by joomla! valid xhtml and css
- how to recover your system administration password joomla
- how to recover your joomla username and password
- how to recover password admin in joomla
- how joomla saves passwords
- forgot username password create new username password oracle xe
- find admin password joomla
- recover administrator password joomla
1 Comment
Random Post
Leave Your Comments Below









this code is not working 4 me….
it is not generating any kind of password….
i m using 1.5.4 joomla
plz help me