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:
7
config/packages/mailer.yaml
Normal file
7
config/packages/mailer.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
framework:
|
||||
mailer:
|
||||
dsn: '%env(MAILER_DSN)%'
|
||||
envelope:
|
||||
sender: '%env(MAILER_SENDER)%'
|
||||
headers:
|
||||
From: 'Tijd voor de test <%env(MAILER_SENDER)%>'
|
||||
@@ -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