mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
make username required if not radius/ldap
This commit is contained in:
parent
4770bc7f8b
commit
d6f644bc71
@ -46,7 +46,7 @@ export default
|
||||
label: 'Username',
|
||||
type: 'text',
|
||||
awRequiredWhen: {
|
||||
reqExpression: "not_ldap_user && !external_account",
|
||||
reqExpression: "not_ldap_user && external_account === null",
|
||||
init: true
|
||||
},
|
||||
autocomplete: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user