mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
adding show password button for user stuff
This commit is contained in:
parent
e4e07277cc
commit
aa7c7ddd20
@ -84,6 +84,7 @@ export default
|
||||
password: {
|
||||
label: 'Password',
|
||||
type: 'sensitive',
|
||||
hasShowInputButton: true,
|
||||
ngShow: 'ldap_user == false',
|
||||
addRequired: true,
|
||||
editRequired: false,
|
||||
@ -94,6 +95,7 @@ export default
|
||||
password_confirm: {
|
||||
label: 'Confirm Password',
|
||||
type: 'sensitive',
|
||||
hasShowInputButton: true,
|
||||
ngShow: 'ldap_user == false',
|
||||
addRequired: false,
|
||||
editRequired: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user