We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5058252 commit cd8553eCopy full SHA for cd8553e
config/packages/security.yaml
@@ -60,13 +60,6 @@ security:
60
# See https://symfony.com/doc/current/security/experimental_authenticators.html#configuring-the-authentication-entry-point
61
entry_point: 'form_login'
62
63
- # Easy way to control access for large sections of your site
64
- # Note: Only the *first* access control that matches will be used
65
- access_control:
66
- # this is a catch-all for the admin area
67
- # additional security lives in the controllers
68
- - { path: '^/{_locale}/admin', roles: ROLE_ADMIN }
69
-
70
# The ROLE_ADMIN role inherits from the ROLE_USER role
71
role_hierarchy:
72
ROLE_ADMIN: ROLE_USER
0 commit comments