From f679781a3b4ff38211ac95bca4d7f905ceeb20cf Mon Sep 17 00:00:00 2001 From: Amaury Lavieille Date: Thu, 30 Aug 2018 14:49:38 +0200 Subject: [PATCH] remove acl --- components/security.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/security.rst b/components/security.rst index 7c4016eaf93..98808c33c52 100644 --- a/components/security.rst +++ b/components/security.rst @@ -9,7 +9,7 @@ The Security Component authentication, interactive form login or X.509 certificate login, but also allows you to implement your own authentication strategies. Furthermore, the component provides ways to authorize authenticated users based on their - roles, and it contains an advanced ACL system. + roles. Installation ------------ @@ -36,9 +36,6 @@ used separately: ``symfony/security-csrf`` It provides protection against `CSRF attacks`_. -``symfony/security-acl`` - It provides a fine grained permissions mechanism based on Access Control Lists. - .. seealso:: This article explains how to use the Security features as an independent