Skip to content

Commit 172158d

Browse files
committed
minor #8719 Mention security voters as the recommended alternative to ACL (javiereguiluz, weaverryan)
This PR was merged into the master branch. Discussion ---------- Mention security voters as the recommended alternative to ACL This morning we had this conversation with a person who thinks that Symfony Docs are bad: https://twitter.com/PhillippOh/status/932905608998805504 At the end, it was all about thinking that the rest of Symfony Docs are the same as the poor ACL docs. So, let's recommend using voters everywhere. Reowrds are welcome because I don't like the repetition of the word *"alternative"*. Thanks! Commits ------- 6e8f763 tweak 0941a49 tweak 4747306 Mention security voters as the recommended alternative to ACL
2 parents f681fa4 + 6e8f763 commit 172158d

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+
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+
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)