mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
make help text of ALLOW_METRICS_FOR_ANONYMOUS_USERS more clear
This commit is contained in:
@@ -101,7 +101,7 @@ register(
|
|||||||
field_class=fields.BooleanField,
|
field_class=fields.BooleanField,
|
||||||
default=False,
|
default=False,
|
||||||
label=_('Allow anonymous users to poll metrics'),
|
label=_('Allow anonymous users to poll metrics'),
|
||||||
help_text=_('If false, only superusers and system auditors are allowed to poll metrics.'),
|
help_text=_('If true, anonymous users are allowed to poll metrics.'),
|
||||||
category=_('Authentication'),
|
category=_('Authentication'),
|
||||||
category_slug='authentication',
|
category_slug='authentication',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user