X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=blobdiff_plain;f=conf%2Ffarmconfig.py;fp=conf%2Ffarmconfig.py;h=5d3e8a31ae20ed286b50b45c6d4a71f2bd27cee8;hp=9f8f5fec5c3d417efa149a9bfe958a69db5cfa1a;hb=f261a0de082d018062dfb9783cbabd09bb11e6dd;hpb=45b169e993e2c7bc408fd25b54b2efac178f2dfc 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 --------------------------------------------------------------