Skip to content

Commit 4747306

Browse files
committed
Mention security voters as the recommended alternative to ACL
1 parent b71d2c0 commit 4747306

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

security/acl.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ How to Use Access Control Lists (ACLs)
99
ACL support was removed in Symfony 4.0. Install the `Symfony ACL bundle`_
1010
and refer to its documentation if you want to keep using ACL.
1111

12+
Alternatively, consider using :doc:`security voters </security/voters>`,
13+
the alternative to ACLs recommended by Symfony.
14+
1215
.. _`Symfony ACL bundle`: https://github.com/symfony/acl-bundle

security/acl_advanced.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ How to Use advanced ACL Concepts
99
ACL support was removed in Symfony 4.0. Install the `Symfony ACL bundle`_
1010
and refer to its documentation if you want to keep using ACL.
1111

12+
Alternatively, consider using :doc:`security voters </security/voters>`,
13+
the alternative to ACLs recommended by Symfony.
14+
1215
.. _`Symfony ACL bundle`: https://github.com/symfony/acl-bundle

0 commit comments

Comments
 (0)