From c1c9538ea8e4fab593d7ac3c605f7ba522344cfe Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 22 Aug 2019 10:35:28 +0200 Subject: [PATCH] Allow pt in firewall --- config/packages/security.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }