Re: I am missing the admin password acount !
Rainer Schöpf <[email protected]>
| Newsgroups | gmane.comp.cms.lenya.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 7 Jul 2010, top7ob wrote: > I forgit the admin password . i check for the password under > apache-tomcat\webapps\lenya\lenya\pubs\default\config\access-control\passwd > folder but it is ecnripted ! No, it is hashed. You can set a new password by entering the MD5 hash of the new password. For example, if you new password is abcdefgh you enter the output of the command echo -n abcdefgh | md5sum into the password element in the admin.iml file. Rainer