Knowledge Base Article

How can I reset my Typo3 administrative password?

To change the administrative password for your current TYPO3 installation you have to go to your cPanel and click on PhpMyAdmin from the Databases box. Then from the drop down menu on the left choose your database, go to the SQL tab and run the following query:

update be_users set password='bacb98acf97e0b6112b1d1b650b84971' where username = 'admin';

This will change your administrative password to joh316



Rating

Please indicate if this article was helpful for you.

rating :  3.3 from 5
views :  1019
votes :  14

Valid XHTML 1.0 Strict Valid CSS!