mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #18302 from owncloud/mark-ldap-password-as-sensitive
Mark ldap agent password as sensitive
This commit is contained in:
commit
4dbf666fdf
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ class ListConfigs extends Base {
|
|||
'mail_smtppassword',
|
||||
'passwordsalt',
|
||||
'secret',
|
||||
'ldap_agent_password',
|
||||
];
|
||||
|
||||
/** * @var SystemConfig */
|
||||
|
|
|
|||
Loading…
Reference in a new issue