You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #18112 [Security] Update access_control.rst (Hugo-pro404)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead.
Discussion
----------
[Security] Update access_control.rst
I've just corrected some description of the "Why ?" column of the table, because the ``access_control`` used didn't match their description, based on their numbers.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).
-->
Commits
-------
e145728 Update access_control.rst
| ``/admin/user`` | 168.0.0.1 | 80 | example.com | POST | rule #4 (``ROLE_USER_METHOD``) | The ``ip`` and ``host`` don't match the first two entries, |
161
-
||||||| but the third - ``ROLE_USER_METHOD`` - matches and is used. |
160
+
| ``/admin/user`` | 168.0.0.1 | 80 | example.com | POST | rule #4 (``ROLE_USER_METHOD``) | The ``ip`` and ``host`` don't match the first three |
161
+
||||||| entries, but the fourth - ``ROLE_USER_METHOD`` - matches |
0 commit comments