mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 12:25:01 -02:30
Merge pull request #8204 from marshmalien/words-matter-pt2
Replace google oauth2 setting with more inclusive language Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -575,7 +575,7 @@ register(
|
|||||||
'SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS',
|
'SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS',
|
||||||
field_class=fields.StringListField,
|
field_class=fields.StringListField,
|
||||||
default=[],
|
default=[],
|
||||||
label=_('Google OAuth2 Whitelisted Domains'),
|
label=_('Google OAuth2 Allowed Domains'),
|
||||||
help_text=_('Update this setting to restrict the domains who are allowed to '
|
help_text=_('Update this setting to restrict the domains who are allowed to '
|
||||||
'login using Google OAuth2.'),
|
'login using Google OAuth2.'),
|
||||||
category=_('Google OAuth2'),
|
category=_('Google OAuth2'),
|
||||||
|
|||||||
Reference in New Issue
Block a user