mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Add a new setting, DISABLE_LOCAL_AUTH
and expose it in the settings UI.
This commit is contained in:
@@ -716,6 +716,7 @@ CALLBACK_QUEUE = "callback_tasks"
|
||||
# Note: This setting may be overridden by database settings.
|
||||
ORG_ADMINS_CAN_SEE_ALL_USERS = True
|
||||
MANAGE_ORGANIZATION_AUTH = True
|
||||
DISABLE_LOCAL_AUTH = False
|
||||
|
||||
# Note: This setting may be overridden by database settings.
|
||||
TOWER_URL_BASE = "https://towerhost"
|
||||
|
||||
Reference in New Issue
Block a user