make password changing using ldap working again

This commit is contained in:
Lars Kneschke 2004-01-02 15:07:04 +00:00
parent 6d4b027d1a
commit b11297fc59

View File

@ -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) */