Talk

How do you recover or reset your admin password?

From Joomla! Documentation

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

I think this will not work anymore, because in Joomla 1.5 an additional $salt parameter is used to encrypt the password. In the usertable the password is stored in the format:

$encript:$salt

so simple md5 hashed passwords will not work anymore...

Worked for me[edit]

It worked for me when I tested it. Mark Dexter 15:08, 4 October 2008 (EDT)

md5 CAN Be used in Joomla 1.5.7[edit]

Trust me :-) You can put in an md5 in the database as the password, When that user tries to login Joomla will notice that the password is md5 hashed and will then UPGRADE that password to a SALTED password, saving the result back to the database - thats why it works :-) Phil Taylor