From 12279b9631f9be0b007512c12d4e7b59e79aecee Mon Sep 17 00:00:00 2001 From: adamscmRH Date: Tue, 24 Jul 2018 16:28:56 -0400 Subject: [PATCH] help text for oauth ext user toggle --- awx/api/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/api/conf.py b/awx/api/conf.py index dd380c5646..ccd1ddf08c 100644 --- a/awx/api/conf.py +++ b/awx/api/conf.py @@ -54,7 +54,8 @@ register( label=_('Allow External Users to Create OAuth2 Tokens'), help_text=_('For security reasons, users from external auth providers (LDAP, SAML, ' '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_slug='authentication', )