diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 73977ce..e373f16 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -21,5 +21,5 @@ security: # Note: Only the *first* access control that matches will be used access_control: # - { path: ^/admin, roles: ROLE_ADMIN } - - { path: ^/(en|fr|nl)?/schedule, roles: ROLE_USER } - - { path: ^/(en|fr|nl)?/scheduled, roles: ROLE_USER } + - { path: ^/(en|fr|nl|pt)?/schedule, roles: ROLE_USER } + - { path: ^/(en|fr|nl|pt)?/scheduled, roles: ROLE_USER }