encrypt log token or password

This commit is contained in:
AlanCoding
2016-12-12 12:02:56 -05:00
parent 2d6dff1a3b
commit 249469c576

View File

@@ -265,6 +265,7 @@ register(
'LOG_AGGREGATOR_PASSWORD',
field_class=fields.CharField,
allow_null=True,
encrypted=True,
label=_('Logging Aggregator Password to Authenticate With'),
help_text=_('Password for Logstash or others (basic auth)'),
category=_('Logging'),