chg: [users add UI] changed password to an actual password field
parent
8dbc5ae016
commit
44bab1754c
|
@ -15,11 +15,13 @@
|
|||
],
|
||||
[
|
||||
'field' => 'password',
|
||||
'label' => __('Password')
|
||||
'label' => __('Password'),
|
||||
'type' => 'password'
|
||||
],
|
||||
[
|
||||
'field' => 'confirm_password',
|
||||
'label' => __('Confirm Password')
|
||||
'label' => __('Confirm Password'),
|
||||
'type' => 'password'
|
||||
],
|
||||
[
|
||||
'field' => 'role_id',
|
||||
|
|
Loading…
Reference in New Issue