[Typo3] Backend admin password

Jeff Segars jsegars at alumni.rice.edu
Thu Jun 23 05:08:34 CEST 2005


You can create a new password and insert it into the database but I 
don't think there's any hope for recovering the old password...unless 
you have time to break through the MD5 encryption :)

Just call the MD5 function from the command line (md5 -s mypassword) and 
you'll get a new encryped password.

You can then insert this new password to the be_users table with 
phpmyadmin, through a SQL statement from the command line, or any other 
method that you have direct database access.

I've forgotten the password myself a time or two so I hope that helps :)

jeff

Aaron Siegel wrote:
> Hello
> 
> I have forgoten the password for the back end Administration Login. Is it 
> possible to recover the username and passwords. I am the administrator to the 
> this server and have full shell access.
> 
> Thank you 
> Aaron



More information about the TYPO3-english mailing list