mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
Merge pull request #2664 from rooftopcellist/help_text_ext_user_tokens
help text for oauth ext user toggle
This commit is contained in:
@@ -54,7 +54,8 @@ register(
|
|||||||
label=_('Allow External Users to Create OAuth2 Tokens'),
|
label=_('Allow External Users to Create OAuth2 Tokens'),
|
||||||
help_text=_('For security reasons, users from external auth providers (LDAP, SAML, '
|
help_text=_('For security reasons, users from external auth providers (LDAP, SAML, '
|
||||||
'SSO, Radius, and others) are not allowed to create OAuth2 tokens. '
|
'SSO, Radius, and others) are not allowed to create OAuth2 tokens. '
|
||||||
'To change this behavior, enable this setting.'),
|
'To change this behavior, enable this setting. Existing tokens will '
|
||||||
|
'not be deleted when this setting is toggled off.'),
|
||||||
category=_('Authentication'),
|
category=_('Authentication'),
|
||||||
category_slug='authentication',
|
category_slug='authentication',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user