@@ -0,0 +1,3 @@
+====
+ACLs
@@ -45,3 +45,4 @@ Following references cover everything you want to know about writing your own ap
thread_store
validators
auth
+ acls
@@ -34,3 +34,4 @@ Table of Contents
developers/thread_store
developers/validators
developers/auth
+ developers/acls
@@ -126,6 +126,10 @@ TEMPLATE_CONTEXT_PROCESSORS = (
'misago.conf.context_processors.settings',
)
+MISAGO_PERMISSION_PROVIDERS = (
+ 'misago.forums.permissions',
+)
+
# Register Misago directories
LOCALE_PATHS = (