From 0f2d7a6116a0d5633e0a437a3162ccc3db11e75d Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Sat, 17 Mar 2018 19:31:06 +0100 Subject: [PATCH] [TASK] Improve Install Tool login Improve the Install Tool login by wrapping file related text with a code-tag. Resolves: #84453 Releases: master, 8.7 Change-Id: I3305dc12ba8e31e6ef9afe8a3283ee54ac89a788 Reviewed-on: https://review.typo3.org/56334 Tested-by: TYPO3com Reviewed-by: Mathias Brodala Tested-by: Mathias Brodala Reviewed-by: Tymoteusz Motylewski Tested-by: Tymoteusz Motylewski --- .../Private/Templates/Login/ShowEnableInstallToolFile.html | 4 ++-- .../install/Resources/Private/Templates/Login/ShowLogin.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/typo3/sysext/install/Resources/Private/Templates/Login/ShowEnableInstallToolFile.html b/typo3/sysext/install/Resources/Private/Templates/Login/ShowEnableInstallToolFile.html index 481cb01fc13a..b464ccee2934 100644 --- a/typo3/sysext/install/Resources/Private/Templates/Login/ShowEnableInstallToolFile.html +++ b/typo3/sysext/install/Resources/Private/Templates/Login/ShowEnableInstallToolFile.html @@ -8,8 +8,8 @@

The Install Tool is locked

- To enable the Install Tool, the file ENABLE_INSTALL_TOOL - must be created in the directory typo3conf/. + To enable the Install Tool, the file ENABLE_INSTALL_TOOL + must be created in the directory typo3conf/. The file must be writable by the web server user. The filename is case-sensitive but the file itself can be empty.

diff --git a/typo3/sysext/install/Resources/Private/Templates/Login/ShowLogin.html b/typo3/sysext/install/Resources/Private/Templates/Login/ShowLogin.html index 2f7f3a486198..6e8180721ba5 100644 --- a/typo3/sysext/install/Resources/Private/Templates/Login/ShowLogin.html +++ b/typo3/sysext/install/Resources/Private/Templates/Login/ShowLogin.html @@ -34,14 +34,14 @@

Information

- By default the install tool password is the one specified during the installation. + By default the Install Tool password is the one specified during the installation.

Important

If you don't know the current password, you can set a new one by setting the value of - $GLOBALS['TYPO3_CONF_VARS']['BE']['installToolPassword'] in typo3conf/LocalConfiguration.php to + $GLOBALS['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.