Hide updater.secret from occ output by default

We should not have people post that value to us.
remotes/origin/users-ajaxloadgroups
Lukas Reschke 2016-02-09 20:41:55 +07:00
parent a39c7591d6
commit 40d798e668
1 changed files with 1 additions and 0 deletions

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