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