set docker tag; fix access to generate password

This commit is contained in:
2024-07-31 14:19:50 +02:00
parent 90fab36231
commit 9b549fa9e7
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ security:
# Note: Only the *first* access control that matches will be used
access_control:
- { path: ^/login, roles: PUBLIC_ACCESS }
- { path: ^/user/activate, roles: PUBLIC_ACCESS }
- { path: ^/admin, roles: ROLE_ADMIN }
- { path: ^/, roles: ROLE_USER }