From: Matthijs Kooijman Date: Tue, 29 Jun 2010 07:59:39 +0000 (+0200) Subject: Give admin rights to the EE group. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=f261a0de082d018062dfb9783cbabd09bb11e6dd Give admin rights to the EE group. Previously, all logged in users would have admin rights. --- 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 --------------------------------------------------------------