diff --git a/awx/api/conf.py b/awx/api/conf.py index b2cb2a641c..493eed6981 100644 --- a/awx/api/conf.py +++ b/awx/api/conf.py @@ -67,6 +67,7 @@ register( field_class=fields.CharField, allow_blank=True, required=False, + default='', label=_('Login redirect override URL'), help_text=_('URL to which unauthorized users will be redirected to log in. ' 'If blank, users will be sent to the Tower login page.'),