mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Add setting for configurable login redirect URL
This commit is contained in:
parent
6fab3590ae
commit
a8d34b46fb
@ -62,3 +62,14 @@ register(
|
||||
category=_('Authentication'),
|
||||
category_slug='authentication',
|
||||
)
|
||||
register(
|
||||
'LOGIN_REDIRECT_OVERRIDE',
|
||||
field_class=fields.CharField,
|
||||
allow_blank=True,
|
||||
required=False,
|
||||
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.'),
|
||||
category=_('Authentication'),
|
||||
category_slug='authentication',
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user