Added a quick hack to allow users to change there passwords

This commit is contained in:
jengo 2001-04-02 22:18:13 +00:00
parent 2a1f9be4ec
commit 252db73b8c

View File

@ -131,6 +131,9 @@
}
$apps->save_repository();
// This is not the correct way to do it ... Fix me
$phpgw->db->query("insert into phpgw_acl values ('preferences','changepassword','$account_id','1')",__LINE__,__FILE__);
// Assign user to groups
if ($account_groups) {
for ($i=0;$i<count($account_groups);$i++)