mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
add lastpasswdchange as zero in create()
This commit is contained in:
parent
3363aea3bc
commit
7ccf86785b
@ -675,6 +675,7 @@
|
||||
$entry['gidnumber'] = $account_id;
|
||||
}
|
||||
$entry['userpassword'] = $GLOBALS['phpgw']->common->encrypt_password($account_info['account_passwd']);
|
||||
$entry['phpgwlastpasswdchange'] = 0;
|
||||
$entry['objectclass'][0] = 'top';
|
||||
$entry['objectclass'][1] = 'person';
|
||||
$entry['objectclass'][2] = 'organizationalPerson';
|
||||
|
Loading…
Reference in New Issue
Block a user