diff --git a/awx/ui/client/src/configuration/system-form/sub-forms/system-misc.form.js b/awx/ui/client/src/configuration/system-form/sub-forms/system-misc.form.js index 1e185a5f1a..48f3076a5c 100644 --- a/awx/ui/client/src/configuration/system-form/sub-forms/system-misc.form.js +++ b/awx/ui/client/src/configuration/system-form/sub-forms/system-misc.form.js @@ -21,6 +21,12 @@ export default ['i18n', function(i18n) { ORG_ADMINS_CAN_SEE_ALL_USERS: { type: 'toggleSwitch', }, + ORGS_CAN_CREATE_USERS: { + type: 'toggleSwitch', + }, + ORGS_CAN_ASSIGN_USERS_TEAM: { + type: 'toggleSwitch', + }, SESSION_COOKIE_AGE: { type: 'number', integer: true,