summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/private/SystemConfig.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php
index e5f1adaf004..3610486140d 100644
--- a/lib/private/SystemConfig.php
+++ b/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,