config: Update the Evolution Events board group name in the ACL.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 21 Jul 2011 14:45:15 +0000 (16:45 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 21 Jul 2011 14:45:15 +0000 (16:45 +0200)
The phpbb group was renamed in the database, this updates the ACL.

conf/farmconfig.py

index cf73acdc19fb871c31bbff9792b7e24d72f5e9ca..de72c1ab785b572a1f89ff6d7a5ec46abd78e22a 100644 (file)
@@ -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 --------------------------------------------------------------