mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +01:00
fixed unencrypted password on creation of new users
This commit is contained in:
parent
dbc3954526
commit
36eea9746e
@ -304,7 +304,7 @@
|
||||
{
|
||||
$account_data = array(
|
||||
'account_lid' => $account_info['account_lid'],
|
||||
'account_pwd' => $account_info['account_passwd'],
|
||||
'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'],
|
||||
|
Loading…
Reference in New Issue
Block a user