mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
and the status
This commit is contained in:
parent
36eea9746e
commit
0ce4cbad1a
@ -307,7 +307,7 @@
|
||||
'account_pwd' => $GLOBALS['phpgw']->common->encrypt_password($account_info['account_passwd'],True),
|
||||
'account_firstname' => $account_info['account_firstname'],
|
||||
'account_lastname' => $account_info['account_lastname'],
|
||||
'account_status' => $account_info['status'],
|
||||
'account_status' => $account_info['account_status'],
|
||||
'account_expires' => $account_info['account_expires'],
|
||||
'account_type' => $account_info['account_type'],
|
||||
'person_id' => $account_info['person_id'],
|
||||
|
Loading…
Reference in New Issue
Block a user