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'].
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31882
Updated by Gerrit Code Review over 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31992
Updated by Anja Leichsenring over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 00bc80467fcc6b0acaf9fdb4d6bb107505064dc5.
Actions