From 56c7185a2b300c7db7c4e0cdb0f9a5149e46b595 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 21 Jul 2011 16:45:15 +0200 Subject: [PATCH] config: Update the Evolution Events board group name in the ACL. The phpbb group was renamed in the database, this updates the ACL. --- conf/farmconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -------------------------------------------------------------- -- 2.30.2