From 6a0551c4fb3ceb3d14d342f2cccc190bc83063b4 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 7fc60e42cea..03aac0677f9 100644 --- a/book/security.rst +++ b/book/security.rst @@ -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