From 17ddf296f72b4fb31aefee3454d86ab615f5bcd5 Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Wed, 22 Mar 2017 19:59:11 +0000 Subject: [PATCH] Update security.rst --- security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.rst b/security.rst index 00ed80fc157..cef331c936f 100644 --- a/security.rst +++ b/security.rst @@ -257,7 +257,7 @@ user to be logged in to access this URL: ), 'access_control' => array( // require ROLE_ADMIN for /admin* - array('path' => '^/admin', 'role' => 'ROLE_ADMIN'), + array('path' => '^/admin', 'roles' => 'ROLE_ADMIN'), ), ));