8000 Mention security voters as the recommended alternative to ACL by javiereguiluz · Pull Request #8719 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Mention security voters as the recommended alternative to ACL #8719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions security/acl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </security/voters>`,
the alternative to ACLs recommended by Symfony.

.. _`Symfony ACL bundle`: https://github.com/symfony/acl-bundle
3 changes: 3 additions & 0 deletions security/acl_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </security/voters>`,
the alternative to ACLs recommended by Symfony.

.. _`Symfony ACL bundle`: https://github.com/symfony/acl-bundle
0