Skip to content

Commit

Permalink
[TASK] Improve Install Tool login
Browse files Browse the repository at this point in the history
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 <no-reply@typo3.com>
Reviewed-by: Mathias Brodala <mbrodala@pagemachine.de>
Tested-by: Mathias Brodala <mbrodala@pagemachine.de>
Reviewed-by: Tymoteusz Motylewski <t.motylewski@gmail.com>
Tested-by: Tymoteusz Motylewski <t.motylewski@gmail.com>
  • Loading branch information
georgringer authored and tmotyl committed Mar 17, 2018
1 parent 67c2387 commit 0f2d7a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -8,8 +8,8 @@ <h2 class="panel-title">The Install Tool is locked</h2>
</div>
<div class="panel-body">
<p>
To enable the Install Tool, the file <strong>ENABLE_INSTALL_TOOL</strong>
must be created in the directory <strong>typo3conf/</strong>.
To enable the Install Tool, the file <code>ENABLE_INSTALL_TOOL</code>
must be created in the directory <code>typo3conf/</code>.
The file must be writable by the web server user.
The filename is case-sensitive but the file itself can be empty.
</p>
Expand Down
Expand Up @@ -34,14 +34,14 @@ <h1 class="logo-pageheader">
<div class="panel panel-info">
<div class="panel-heading"><h3 class="panel-title">Information</h3></div>
<div class="panel-body">
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.
</div>
</div>
<div class="panel panel-warning">
<div class="panel-heading"><h3 class="panel-title">Important</h3></div>
<div class="panel-body">
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
<code>$GLOBALS['TYPO3_CONF_VARS']['BE']['installToolPassword']</code> in <code>typo3conf/LocalConfiguration.php</code> 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.
<br /><br />
Expand Down

0 comments on commit 0f2d7a6

Please sign in to comment.