set email

This commit is contained in:
jleroy2023
2024-11-20 12:49:19 +01:00
parent 8563a74e3b
commit 6938ae1bd1
10 changed files with 186 additions and 15 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 }