this is the not so smart way to reset joomla 1.5 administrator password !
- go to joomla 1.5 root folder.. e.g : C:\xampplite\htdocs\mywebsite
- then goto folder \plugins\authentication
- edit file joomla.php with your favorite editor
- find this code ..
if ($crypt == $testcrypt) {
and change to
if ($crypt != $testcrypt) {- after that, save the file and login to you joomla administrator with correct username (admin) and wrong password.
- then change your password and save.
- after that change back
if ($crypt != $testcrypt) {
to
if ($crypt == $testcrypt) {- done. you should now able to login with the password you has changed.
p/s: tested on joomla 1.5.22 only , not sure if it same with other version.
Advertisement
The way many website suggested, did not work. I gave up one of my website and after 3 month another hacked 2nd time and I got dissapointed, because I didn’t able to recover my super admin password. After many hours of search I discover your site and felt very happy. I really appreciate your help, it worked and very helpful.