diff --git a/security/acl.rst b/security/acl.rst index b09c6364b46..ffbf16c7c27 100644 --- a/security/acl.rst +++ b/security/acl.rst @@ -9,4 +9,7 @@ How to Use Access Control Lists (ACLs) ACL support was removed in Symfony 4.0. Install the `Symfony ACL bundle`_ and refer to its documentation if you want to keep using ACL. + Consider using :doc:`security voters `, + the alternative to ACLs recommended by Symfony. + .. _`Symfony ACL bundle`: https://github.com/symfony/acl-bundle diff --git a/security/acl_advanced.rst b/security/acl_advanced.rst index 062d69a8b8a..ed4b5a5c07a 100644 --- a/security/acl_advanced.rst +++ b/security/acl_advanced.rst @@ -9,4 +9,7 @@ How to Use advanced ACL Concepts ACL support was removed in Symfony 4.0. Install the `Symfony ACL bundle`_ and refer to its documentation if you want to keep using ACL. + Consider using :doc:`security voters `, + the alternative to ACLs recommended by Symfony. + .. _`Symfony ACL bundle`: https://github.com/symfony/acl-bundle