diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 246da82..708406d 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -36,4 +36,5 @@ security: # Note: Only the *first* access control that matches will be used access_control: # - { path: ^/admin, roles: ROLE_ADMIN } - - { path: ^(?!/(login|register|reset-password)), roles: ROLE_USER } + - { path: ^/admin, roles: ROLE_ADMIN } + - { path: ^(?!/(login|register|reset-password)), roles: ROLE_USER } \ No newline at end of file