Skip to content

Commit

Permalink
[DOCS] Correct information regarding ipAnonymization setting
Browse files Browse the repository at this point in the history
Resolves: #85653
Releases: master, 9.5
Change-Id: Idda07be57a1774362b2aea0ea6e019a0c4f7a6e2
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63753
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Josef Glatz <josefglatz@gmail.com>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Josef Glatz <josefglatz@gmail.com>
Reviewed-by: Benni Mack <benni@typo3.org>
  • Loading branch information
DanielSiepmann authored and bmack committed Mar 25, 2020
1 parent 6c7715a commit 295873f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -197,7 +197,7 @@ SYS:
'0': 'Disabled - Do not modify IP addresses at all'
'1': 'Mask the last byte for IPv4 addresses / Mask the Interface ID for IPv6 addresses (default)'
'2': 'Mask the last two bytes for IPv4 addresses / Mask the Interface ID and SLA ID for IPv6 addresses'
description: 'Configures if and how IP addresses stored via TYPO3''s API should be anonymized ("masked") with a zero-numbered replacement.'
description: 'Configures if and how IP addresses stored via TYPO3''s API should be anonymized ("masked") with a zero-numbered replacement. This is respected within anonymization Task, not while creating new log entries.'
systemMaintainers:
type: array
description: 'A list of backend user IDs allowed to access the Install Tool'
Expand Down

0 comments on commit 295873f

Please sign in to comment.