Skip to content
Snippets Groups Projects
Commit ccb52b2e authored by Josef Glatz's avatar Josef Glatz Committed by Stefan Bürk
Browse files

[TASK] Add MAIL/dsn setting to blinded configuration options

$GLOBALS['TYPO3_CONF_VARS']['MAIL']['dsn'] may contain credentials
and is therefore blinded in the configuration module.

Resolves: #96993
Releases: main, 11.5
Change-Id: I9a6ff7cc8f6c58fa3281125d5198bebb452a4ebc
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74936


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent ccbbe900
Branches
Tags
No related merge requests found
......@@ -56,6 +56,7 @@ class GlobalVariableProvider extends AbstractProvider
'ssl_key' => '******',
],
'MAIL' => [
'dsn' => '******',
'transport_smtp_encrypt' => '******',
'transport_smtp_password' => '******',
'transport_smtp_server' => '******',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment