Skip to content

Commit

Permalink
[TASK] Remove Install Tool password from module "All Configuration"
Browse files Browse the repository at this point in the history
To simplify the available options, the setting "Install Tool Password"
is removed from the All Configuration module. There is a separate section
"Change Install Tool Password" anyway.

Resolves: #82432
Releases: master
Change-Id: I90dd255d2c63f1b3a9193f52770417ee0245d648
Reviewed-on: https://review.typo3.org/56146
Reviewed-by: Mathias Brodala <mbrodala@pagemachine.de>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: Frank Naegler <frank.naegler@typo3.org>
Tested-by: Frank Naegler <frank.naegler@typo3.org>
Reviewed-by: Susanne Moog <susanne.moog@typo3.org>
Tested-by: Susanne Moog <susanne.moog@typo3.org>
  • Loading branch information
georgringer authored and susannemoog committed Mar 14, 2018
1 parent 1a74c8c commit d8e0000
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,6 @@ BE:
compressionLevel:
type: text
description: 'Determines output compression of BE output. Makes output smaller but slows down the page generation depending on the compression level. Requires a) zlib in your PHP installation and b) special rewrite rules for .css.gzip and .js.gzip (please see <code>_.htacces</code> for an example). Range 1-9, where 1 is least compression and 9 is greatest compression. ''true'' as value will set the compression based on the PHP default settings (usually 5). Suggested and most optimal value is 5.'
installToolPassword:
type: text
description: 'This is the md5-hashed, salted password for the Install Tool. Set this to '''' and access will be totally denied. You may consider to externally protect the typo3/sysext/install/ folder, eg. with a .htaccess file.'
checkStoredRecords:
type: bool
description: 'If set, values of the record are validated after saving in DataHandler. Disable only if using a database in strict mode.'
Expand Down

0 comments on commit d8e0000

Please sign in to comment.