From 8383d58c50acae9e2220644ca64e4a4356a92fdb Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 23 Jun 2006 01:27:40 +0000 Subject: [PATCH] reversed password change ACL from changepassword to nopassword change, to allow eGW users created in LDAP to be full users, without the need to change/add something in the ACL table --- setup/inc/class.setup.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/inc/class.setup.inc.php b/setup/inc/class.setup.inc.php index f8bb255e6a..7f297a1f26 100644 --- a/setup/inc/class.setup.inc.php +++ b/setup/inc/class.setup.inc.php @@ -932,7 +932,7 @@ $GLOBALS['egw']->accounts->set_memberships($memberships,$accountid); } - if (!$group) $this->add_acl('preferences','changepassword',$accountid,(int)$changepw); + if (!$group) $this->add_acl('preferences','nopasswordchange',$accountid,(int)!$changepw); return $accountid; }