Skip to content

Commit

Permalink
guardian link
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaitan committed Oct 6, 2014
1 parent 97b9620 commit d9acf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/acl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The access control system

Waliki has a very simple *"per slug"* `ACL <http://en.wikipedia.org/wiki/Access_control_list>`_ system built-in, that allow to control who have access to view, add, change or delete pages (and possible other permissions and objects) in your wiki.

It's inspired in `django-guardian <https://github.com/lukaszb/django-guardian>`_` and leverages on ``django.contrib.auth``.
It's inspired in `django-guardian <https://github.com/lukaszb/django-guardian>`_ and leverages on ``django.contrib.auth``.

You can define your ACL policies defining default permissions
for anonymous and logged users in your settings (``WALIKI_ANONYMOUS_USER_PERMISSIONS`` and ``WALIKI_LOGGED_USER_PERMISSIONS``) and instances of the model :class:`ACLRule`` that stores:
Expand Down

0 comments on commit d9acf13

Please sign in to comment.