79537926

Date: 2025-03-27 05:57:19
Score: 1
Natty:
Report link

SOLVED

I've use the PUBLIC_ACCESS to make the login and register page accesable without login. This in working now

    access_control:
        - { path: ^/login, roles: PUBLIC_ACCESS }
        - { path: ^/logout, roles: PUBLIC_ACCESS }
        - { path: ^/register, roles: PUBLIC_ACCESS }

        - { path: ^/, roles: IS_AUTHENTICATED_FULLY }
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Csaba Vörös