Skip to content

Commit

Permalink
Update security.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
placid2000 authored and wouterj committed Oct 3, 2014
1 parent a6724f4 commit 97a6290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/security.rst
Expand Up @@ -938,7 +938,7 @@ will match any ``ip``, ``host`` or ``method``:
.....................

Once Symfony has decided which ``access_control`` entry matches (if any),
it then *enforces* access restrictions based on the ``roles`` and ``requires_channel``
it then *enforces* access restrictions based on the ``roles``, ``allow_if`` and ``requires_channel``
options:

* ``role`` If the user does not have the given role(s), then access is denied
Expand Down

0 comments on commit 97a6290

Please sign in to comment.