From 97a62902d93f55b75283c8bf19e11ca961a0431e Mon Sep 17 00:00:00 2001 From: Cyril Mouttet Date: Thu, 2 Oct 2014 14:16:03 +0200 Subject: [PATCH] Update security.rst --- book/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/security.rst b/book/security.rst index bd2d4f000a1..5996d8bdf56 100644 --- a/book/security.rst +++ b/book/security.rst @@ -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