Give admin rights to the EE group.
[matthijs/projects/wipi.git] / conf / farmconfig.py
index 9f8f5fec5c3d417efa149a9bfe958a69db5cfa1a..5d3e8a31ae20ed286b50b45c6d4a71f2bd27cee8 100644 (file)
@@ -105,9 +105,9 @@ class FarmConfig(DefaultConfig):
 
     acl_hierarchic = True
 
-    # Give users all rights, but don't give any rights to anonymous users
+    # Give all rights to the EE group, but no rights to anonymous users.
     acl_rights_default = u""
-    acl_rights_before = u"Known:read,write,delete,revert,admin"
+    acl_rights_before = u"EE:read,write,delete,revert,admin"
 
     # Mail --------------------------------------------------------------