[TYPO3-english] install tool password not working
Neil Haskins
nhaskins at gmail.com
Tue Feb 10 20:59:20 CET 2009
Stephan de Bruin wrote:
> Hello all,
>
> i'm installing typo3 on a new server, but when I enter the install tool
> password, it doesn't work. It just redirects to the same page so I cna
> enter the password again. I'm entering the correct password.
>
> Any ideas why this is happening?
>
> Thanks in advance.
>
> Greetings,
> Stephan
Did you set the password by MD5 hash in typo3conf/localconf.php? I had
the issue a few days ago where on line 5 is
$TYPO3_CONF_VARS['BE']['installToolPassword']= 'yourhashhere';
and again line number 19 is
$TYPO3_CONF_VARS['BE']['installToolPassword']= 'yourhashhere'; //
Modified or inserted by TYPO3 Install Tool.
and the second overrides the first. Hope that helps.
Neil
More information about the TYPO3-english
mailing list