Reset TYPO3 password

If you forget your typo3 password, you can reset it using the mysql command line tool as follows:


mysql> use typo3;
mysql> update be_users set password='bacb98acf97e0b6112b1d1b650b84971' where username = 'admin';

This resets the admin user password to “joh316″.

Tagged with:
 

Override Content

Recently I was working on a portion of a web site that required dynamic menus. However, I needed to override those dynamic menus for certain pages in the web site with custom menus. It is possible to achieve this using typoscript.
(more…)

 

Include the following typoscript in your root page template to dynamically generate a text based navigation menu that provides the full path of the current page from the root of the site.

depth = HMENU
depth.special = rootline
depth.1 = TMENU
depth.1.NO.linkWrap = | /  |*||*|  |

This will give a root line something like this:

      Home / Services /