mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
Add default for LOGIN_REDIRECT_OVERRIDE
This commit is contained in:
@@ -379,6 +379,10 @@ TACACSPLUS_AUTH_PROTOCOL = 'ascii'
|
|||||||
# Note: This setting may be overridden by database settings.
|
# Note: This setting may be overridden by database settings.
|
||||||
AUTH_BASIC_ENABLED = True
|
AUTH_BASIC_ENABLED = True
|
||||||
|
|
||||||
|
# If set, specifies a URL that unauthenticated users will be redirected to
|
||||||
|
# when trying to access a UI page that requries authentication.
|
||||||
|
LOGIN_REDIRECT_OVERRIDE = None
|
||||||
|
|
||||||
# If set, serve only minified JS for UI.
|
# If set, serve only minified JS for UI.
|
||||||
USE_MINIFIED_JS = False
|
USE_MINIFIED_JS = False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user