Browse Source
Don't show mail domain and from in config report
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/5645/head
Joas Schilling
9 years ago
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with
3 additions and
0 deletions
-
lib/private/SystemConfig.php
|
|
|
@ -37,8 +37,11 @@ class SystemConfig { |
|
|
|
|
|
|
|
/** @var array */ |
|
|
|
protected $sensitiveValues = [ |
|
|
|
'dbname' => true, |
|
|
|
'dbpassword' => true, |
|
|
|
'dbuser' => true, |
|
|
|
'mail_from_address' => true, |
|
|
|
'mail_domain' => true, |
|
|
|
'mail_smtpname' => true, |
|
|
|
'mail_smtppassword' => true, |
|
|
|
'passwordsalt' => true, |
|
|
|
|