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