From f261a0de082d018062dfb9783cbabd09bb11e6dd Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 29 Jun 2010 09:59:39 +0200 Subject: [PATCH] Give admin rights to the EE group. Previously, all logged in users would have admin rights. --- conf/farmconfig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/farmconfig.py b/conf/farmconfig.py index 9f8f5fe..5d3e8a3 100644 --- a/conf/farmconfig.py +++ b/conf/farmconfig.py @@ -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 -------------------------------------------------------------- -- 2.30.2