Merge pull request #22256 from owncloud/hide-updater-secret

Hide updater.secret from occ output by default
This commit is contained in:
Thomas Müller 2016-02-10 08:58:46 +01:00
commit a8d9eb5320
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class SystemConfig {
'mail_smtppassword' => true,
'passwordsalt' => true,
'secret' => true,
'updater.secret' => true,
'ldap_agent_password' => true,
'objectstore' => ['arguments' => ['password' => true]],
];