Talk:How do you recover or reset your admin password?
From Joomla! Documentation
(Difference between revisions)
(New page: 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: <source lan...) |
Dextercowley (Talk | contribs) (New section: Worked for me) |
||
| Line 6: | Line 6: | ||
so simple md5 hashed passwords will not work anymore... | so simple md5 hashed passwords will not work anymore... | ||
| + | |||
| + | == Worked for me == | ||
| + | |||
| + | It worked for me when I tested it. [[User:Dextercowley|Mark Dexter]] 15:08, 4 October 2008 (EDT) | ||
Revision as of 14:08, 4 October 2008
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
It worked for me when I tested it. Mark Dexter 15:08, 4 October 2008 (EDT)