diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 17a429e..b9f1ad4 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -39,7 +39,7 @@ security: # Note: Only the *first* access control that matches will be used access_control: - { path: ^/login$, role: PUBLIC_ACCESS } - - { path: ^/register, role: PUBLIC_ACCESS } + - { path: ^/register$, role: PUBLIC_ACCESS } - { path: ^/logout$, role: ROLE_USER } - { path: ^/admin, role: ROLE_ADMIN }