conflict resolved

This commit is contained in:
Olivier PARPAILLON
2024-11-20 12:53:20 +01:00
10 changed files with 185 additions and 14 deletions

View File

@@ -43,6 +43,7 @@ security:
# Note: Only the *first* access control that matches will be used
access_control:
- { path: ^/login, roles: PUBLIC_ACCESS }
- { path: ^/password, roles: PUBLIC_ACCESS }
- { path: ^/register, roles: PUBLIC_ACCESS }
- { path: ^/admin, roles: ROLE_ADMIN }
- { path: ^/, roles: ROLE_USER }