Skip to content

Commit

Permalink
Update security.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
placid2000 committed Oct 2, 2014
1 parent 77d166b commit 6a0551c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,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 6a0551c

Please sign in to comment.