mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
make password changing using ldap working again
This commit is contained in:
parent
6d4b027d1a
commit
b11297fc59
@ -123,7 +123,7 @@
|
||||
}
|
||||
$GLOBALS['phpgw']->session->appsession('password','phpgwapi',$new_passwd);
|
||||
|
||||
return $encrypted_passwd;
|
||||
return $entry['userpassword'];
|
||||
}
|
||||
|
||||
/* This data needs to be updated in LDAP, not SQL (jengo) */
|
||||
|
Loading…
Reference in New Issue
Block a user