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; }