diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 3bbb58480..aa5d93caf 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -59,7 +59,7 @@ security: # Note: Only the *first* access control that matches will be used access_control: # those lines are added by chill-bundles recipes, and are requires to make chill-bundles working - - { path: ^/(login|logout), roles: IS_AUTHENTICATED_ANONYMOUSLY } + - { path: ^/(login|logout), roles: PUBLIC_ACCESS } - { path: ^/public, roles: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/wopi, roles: IS_AUTHENTICATED_FULLY } # access for homepage, the homepage redirect admin to admin section