mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Set a default value for LOGIN_REDIRECT_URL
This commit is contained in:
@@ -67,6 +67,7 @@ register(
|
|||||||
field_class=fields.CharField,
|
field_class=fields.CharField,
|
||||||
allow_blank=True,
|
allow_blank=True,
|
||||||
required=False,
|
required=False,
|
||||||
|
default='',
|
||||||
label=_('Login redirect override URL'),
|
label=_('Login redirect override URL'),
|
||||||
help_text=_('URL to which unauthorized users will be redirected to log in. '
|
help_text=_('URL to which unauthorized users will be redirected to log in. '
|
||||||
'If blank, users will be sent to the Tower login page.'),
|
'If blank, users will be sent to the Tower login page.'),
|
||||||
|
|||||||
Reference in New Issue
Block a user