login finished.

This commit is contained in:
ASTIER Yann 2024-11-28 16:48:02 +01:00
parent f38c5e4350
commit 3f2fcfd269

View File

@ -40,7 +40,8 @@ security:
# Easy way to control access for large sections of your site
# Note: Only the *first* access control that matches will be used
access_control:
- { path: ^/*, roles: ROLE_USER }
- { path: ^/login, roles: PUBLIC_ACCESS }
- { path: ^/*, roles: IS_AUTHENTICATED_FULLY}
when@test:
security: