Accounts that are created from auto_add() will now be able to change there passwords

This commit is contained in:
jengo 2001-12-09 20:32:17 +00:00
parent 77a7f314b4
commit 2b1bf39cd3

View File

@ -314,6 +314,7 @@
{
$this->db->query("insert into phpgw_acl (acl_appname, acl_location, acl_account, acl_rights) values('phpgw_group', "
. $defaultgroupid . ", " . $accountid . ", 1)",__LINE__,__FILE__);
$this->db->query("insert into phpgw_acl (acl_appname, acl_location, acl_account, acl_rights) values('preferences', 'changepassword', ".$accountid.", 1)",__LINE__,__FILE__);
}
else
{