Browse Source

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

Hide updater.secret from occ output by default
remotes/origin/users-ajaxloadgroups
Thomas Müller 10 years ago
parent
commit
a8d9eb5320
  1. 1
      lib/private/systemconfig.php

1
lib/private/systemconfig.php

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

Loading…
Cancel
Save