mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 00:49:04 +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);
|
$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) */
|
/* This data needs to be updated in LDAP, not SQL (jengo) */
|
||||||
|
Loading…
Reference in New Issue
Block a user