8000 minor #28136 [Security] Remove wrong sentence about ACL (chalasr) · symfony/symfony@20a818f · GitHub
[go: up one dir, main page]

Skip to content

Commit 20a818f

Browse files
committed
minor #28136 [Security] Remove wrong sentence about ACL (chalasr)
This PR was merged into the 2.8 branch. Discussion ---------- [Security] Remove wrong sentence about ACL | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a The security-acl component has been extracted from the core in 2.8. Commits ------- 67f3e3f [Security] Remove wrong sentence about ACL
2 parents 6cb792c + 67f3e3f commit
D859
 20a818f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ application. It ships with facilities for authenticating using HTTP basic or
66
digest authentication, interactive form login or X.509 certificate login, but
77
also allows you to implement your own authentication strategies. Furthermore,
88
the component provides ways to authorize authenticated users based on their
9-
roles, and it contains an advanced ACL system.
9+
roles.
1010

1111
Resources
1212
---------

0 commit comments

Comments
 (0)
0