chg: [users add UI] changed password to an actual password field

pull/17/head
iglocska 2020-06-25 02:11:56 +02:00
parent 8dbc5ae016
commit 44bab1754c
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 4 additions and 2 deletions

View File

@ -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',