lock registration

This commit is contained in:
Alex 2026-06-04 16:59:35 -07:00
parent 79afe43010
commit edf48de9b7
2 changed files with 3 additions and 0 deletions

View file

@ -37,6 +37,7 @@ security:
# Note: Only the *first* matching rule is applied
access_control:
- { path: ^/brain, roles: ROLE_ADMIN }
- { path: /letmein/register, roles: ROLE_ADMIN }
# - { path: ^/profile, roles: ROLE_USER }
when@test: