mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 20:06:30 +03:00
11 lines
381 B
YAML
11 lines
381 B
YAML
enigma972_user:
|
|
# if this value equal true, the User should confirm theire mail
|
|
check_mail: false
|
|
# The validity duration in secondes, 4 houres by default (14,400 sec)
|
|
reset_password_code_validity: 14400
|
|
# where to redirect after login
|
|
target: home
|
|
# the no reply email for this app
|
|
no_reply_mail: no-reply@mail.com
|
|
not_send_welcome_mail: true
|