mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Don't need 2nd password field when importing
This commit is contained in:
parent
6423145ced
commit
e3e9c2085a
@ -30,7 +30,6 @@ class admin_wizard_import_users_csv extends importexport_wizard_basic_import_csv
|
||||
'account_lastname' => lang('Last Name'),
|
||||
'account_email' => lang('email'),
|
||||
'account_passwd' => lang('Password'),
|
||||
'account_passwd_2' => lang('Re-Enter Password'),
|
||||
'account_active' => lang('Account active'),
|
||||
'account_primary_group' => lang('primary Group'),
|
||||
'account_groups' => lang('Groups'),
|
||||
|
Loading…
Reference in New Issue
Block a user