mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
commented $entry["phpgw_lastpasswd_change"] = time(); out
it's not ldap conform
This commit is contained in:
parent
aa5d415752
commit
1e1fe30c51
@ -51,7 +51,7 @@
|
||||
|
||||
$encrypted_passwd = $phpgw->common->encrypt_password($new_passwd);
|
||||
$entry["userpassword"] = $encrypted_passwd;
|
||||
$entry["phpgw_lastpasswd_change"] = time();
|
||||
#$entry["phpgw_lastpasswd_change"] = time();
|
||||
|
||||
$dn = $phpgw_info["user"]["account_dn"];
|
||||
@ldap_modify($ldap, $dn, $entry);
|
||||
|
Loading…
Reference in New Issue
Block a user