diff --git a/setup/ldap_wip.php b/setup/ldap_wip.php index 2a8e662220..c936dc47d9 100644 --- a/setup/ldap_wip.php +++ b/setup/ldap_wip.php @@ -167,6 +167,11 @@ $acl->delete('phpgw_group',$thisacctid,1); $acl->add('phpgw_group',$thisacctid,1); + + // Now add the acl to let them change their password + $acl->delete('preferences','changepassword',$thisacctid,1); + $acl->add('preferences','changepassword',$thisacctid,1); + $acl->save_repository(); } }