Skip to content
Snippets Groups Projects
Commit a8d9eb53 authored by Thomas Müller's avatar Thomas Müller
Browse files

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

Hide updater.secret from occ output by default
parents 9ebcc4ce 40d798e6
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ class SystemConfig { ...@@ -41,6 +41,7 @@ class SystemConfig {
'mail_smtppassword' => true, 'mail_smtppassword' => true,
'passwordsalt' => true, 'passwordsalt' => true,
'secret' => true, 'secret' => true,
'updater.secret' => true,
'ldap_agent_password' => true, 'ldap_agent_password' => true,
'objectstore' => ['arguments' => ['password' => true]], 'objectstore' => ['arguments' => ['password' => true]],
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment