X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=conf%2Ffarmconfig.py;h=5d3e8a31ae20ed286b50b45c6d4a71f2bd27cee8;hb=f261a0de082d018062dfb9783cbabd09bb11e6dd;hp=e6fb492f52c3cfd80f28641c145bc5f837556c90;hpb=46eedb7d496c1a24b4a5cb0c0fb59ef142f61588;p=matthijs%2Fprojects%2Fwipi.git diff --git a/conf/farmconfig.py b/conf/farmconfig.py index e6fb492..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 -------------------------------------------------------------- @@ -177,6 +177,7 @@ class FarmConfig(DefaultConfig): hint = "Hier kunnen bestuursleden van Evolution Events inloggen om wijzigingen te maken." ) auth = [phpbb] + groups = phpbb.groups_backend user_autocreate = True