feat: password reset

This commit is contained in:
2025-07-09 23:14:46 -05:00
parent d2e7650b6c
commit cff0d5234e
21 changed files with 565 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ 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: ^/reset-password, roles: PUBLIC_ACCESS }
- { path: ^/getting-started, roles: PUBLIC_ACCESS }
- { path: ^/register, roles: PUBLIC_ACCESS }
- { path: ^/login, roles: PUBLIC_ACCESS }