add lastpasswdchange as zero in create()

This commit is contained in:
Miles Lott 2002-02-27 03:48:52 +00:00
parent 3363aea3bc
commit 7ccf86785b

View File

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