From: Matthijs Kooijman Date: Thu, 21 Jul 2011 14:45:15 +0000 (+0200) Subject: config: Update the Evolution Events board group name in the ACL. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=56c7185a2b300c7db7c4e0cdb0f9a5149e46b595 config: Update the Evolution Events board group name in the ACL. The phpbb group was renamed in the database, this updates the ACL. --- diff --git a/conf/farmconfig.py b/conf/farmconfig.py index cf73acd..de72c1a 100644 --- a/conf/farmconfig.py +++ b/conf/farmconfig.py @@ -107,7 +107,7 @@ class FarmConfig(DefaultConfig): # Give all rights to the EE group, but no rights to anonymous users. acl_rights_default = u"" - acl_rights_before = u"EE:read,write,delete,revert,admin" + acl_rights_before = u"Evolution Events - Algemeen Bestuur:read,write,delete,revert,admin" # Mail --------------------------------------------------------------