This commit is contained in:
Tykayn 2025-02-14 14:25:23 +01:00 committed by tykayn
parent b373892ddc
commit c44ac9c522
25 changed files with 485 additions and 26 deletions

View file

@ -26,8 +26,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: ^/admin, roles: ROLE_ADMIN }
# - { path: ^/profile, roles: ROLE_USER }
- { path: ^/admin, roles: ROLE_ADMIN }
- { path: ^/logged, roles: ROLE_USER }
when@test:
security: