mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 07:48:38 -05:00
Merge pull request #2473 from ryanpetrello/disable-oauth2-for-external-users
don't allow OAuth2 token creation for "external" users
This commit is contained in:
@@ -40,6 +40,9 @@ export default ['i18n', function(i18n) {
|
||||
AUTH_BASIC_ENABLED: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
ALLOW_OAUTH2_FOR_EXTERNAL_USERS: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
REMOTE_HOST_HEADERS: {
|
||||
type: 'textarea',
|
||||
reset: 'REMOTE_HOST_HEADERS'
|
||||
|
||||
Reference in New Issue
Block a user