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
In security.yaml the access_control part is useless and content an error :
access_control:
# this is a catch-all for the admin area# additional security lives in the controllers
- { path: '^/{_locale}/admin', roles: ROLE_ADMIN }
this line not working because {_locale} is not a regular expression (which can be misleading) :
In security.yaml the access_control part is useless and content an error :
this line not working because {_locale} is not a regular expression (which can be misleading) :
- { path: '^/{_locale}/admin', roles: ROLE_ADMIN }
The security of controller Admin\BlogController is managed by the attribute IsGranted :
The text was updated successfully, but these errors were encountered: