Merge pull request #5645 from nextcloud/try-to-prevent-spam-collecting-of-emails

Don't show mail domain and from in config report
This commit is contained in:
Lukas Reschke 2017-07-07 18:38:50 +02:00 committed by GitHub
commit a1c14a747c
1 changed files with 3 additions and 0 deletions

View File

@ -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,