Actions
Bug #60639
closedWrong wording in hint for setting the install tool password
Start date:
2014-07-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
The install tool login mask contains a hint what to do when someone does not know the password:
If you don't know the current password, you can set a new one by setting the value of *$TYPO3_CONF_VARS['BE']['installToolPassword']* in typo3conf/LocalConfiguration.php to the hash value of the password you desire, which will be shown if you enter the desired password in this form and submit it.
This needs to read $GLOBALS['TYPO3_CONF_VARS']['BE']['installToolPassword'].
Actions