From 47473060fab7fb32969e77cc31c534258ead04ec Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 21 Nov 2017 15:52:39 +0100 Subject: [PATCH 1/3] Mention security voters as the recommended alternative to ACL --- security/acl.rst | 3 +++ security/acl_advanced.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/security/acl.rst b/security/acl.rst index b09c6364b46..9ca61e27b3b 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. + Alternatively, 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..de67c9b43e0 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. + Alternatively, consider using :doc:`security voters `, + the alternative to ACLs recommended by Symfony. + .. _`Symfony ACL bundle`: https://github.com/symfony/acl-bundle From 0941a4915178431ac5a0c94821a7050aa8cc2502 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Tue, 21 Nov 2017 13:50:58 -0500 Subject: [PATCH 2/3] tweak --- security/acl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/acl.rst b/security/acl.rst index 9ca61e27b3b..ffbf16c7c27 100644 --- a/security/acl.rst +++ b/security/acl.rst @@ -9,7 +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. - Alternatively, consider using :doc:`security voters `, + Consider using :doc:`security voters `, the alternative to ACLs recommended by Symfony. .. _`Symfony ACL bundle`: https://github.com/symfony/acl-bundle From 6e8f7630af24126bd08bde5282df8b387cee5a7b Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Tue, 21 Nov 2017 13:51:09 -0500 Subject: [PATCH 3/3] tweak --- security/acl_advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/acl_advanced.rst b/security/acl_advanced.rst index de67c9b43e0..ed4b5a5c07a 100644 --- a/security/acl_advanced.rst +++ b/security/acl_advanced.rst @@ -9,7 +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. - Alternatively, consider using :doc:`security voters `, + Consider using :doc:`security voters `, the alternative to ACLs recommended by Symfony. .. _`Symfony ACL bundle`: https://github.com/symfony/acl-bundle