mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 04:44:19 +01:00
Implement email verification feature, add registration form, and update user entity for verification status
This commit is contained in:
@@ -18,11 +18,12 @@ security:
|
||||
lazy: true
|
||||
provider: app_user_provider
|
||||
form_login:
|
||||
login_path: app_login
|
||||
check_path: app_login
|
||||
login_path: app_login_login
|
||||
check_path: app_login_login
|
||||
enable_csrf: true
|
||||
default_target_path: app_backoffice_index
|
||||
logout:
|
||||
path: app_logout
|
||||
path: app_login_logout
|
||||
# where to redirect after logout
|
||||
# target: app_any_route
|
||||
|
||||
|
||||
Reference in New Issue
Block a user