phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_ldap.inc.php,1.102,1


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_ldap.inc.php,1.102,1.103
Date: Tue, 26 Feb 2002 22:48:55 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv30685

Modified Files:
        class.accounts_ldap.inc.php 
Log Message:
add lastpasswdchange as zero in create()

Index: class.accounts_ldap.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.accounts_ldap.inc.php,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -r1.102 -r1.103
*** class.accounts_ldap.inc.php 15 Feb 2002 18:55:11 -0000      1.102
--- class.accounts_ldap.inc.php 27 Feb 2002 03:48:52 -0000      1.103
***************
*** 676,679 ****
--- 676,680 ----
                                        }
                                        $entry['userpassword']   = 
$GLOBALS['phpgw']->common->encrypt_password($account_info['account_passwd']);
+                                       $entry['phpgwlastpasswdchange'] = 0;
                                        $entry['objectclass'][0] = 'top';
                                        $entry['objectclass'][1] = 'person';




reply via email to

[Prev in Thread] Current Thread [Next in Thread]