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. Bear in mind that it is important for your installation security to change the password again once you are logged in the administrative area.

You need help with an application? hostlantern is specialized in hosting and supporting more than 200 scripts. Sign up for our web hosting services and let us help you with your application, 24/7!

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Where can I find the official Typo3 Forum?

The official Typo3 forum can be found at the following URL: https://forum.typo3.org You may...

Where I can find the official Typo3 documentation page?

The official documentation for Typo3 can be found at the following url:...

I am receiving 500 Internal Server Error message after my Typo3 installation via Fantastico.

The first thing you should do, when you receive such error is to log into your cPanel and check...

How can I install/configure my Typo3 to be able to access it via the server URL

In order to access Typo3 via the servers URL you should alter your /typo3conf/localconf.php in...

Typo3 shows a Headers Already Sent error

In order to solve this issue please make sure there are no whitespaces in Typo3's files. For...