File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -351,6 +351,10 @@ contao:
351
351
352
352
# The path to the Symfony console. Defaults to %kernel.project_dir%/bin/console.
353
353
console_path: '%kernel.project_dir%/bin/console'
354
+ registration:
355
+
356
+ # The number of days after which unconfirmed registrations expire.
357
+ expiration: 14
354
358
355
359
# Allows to define Symfony Messenger workers (messenger:consume). Workers are started every minute using the Contao cron job framework.
356
360
messenger:
Original file line number Diff line number Diff line change @@ -337,6 +337,10 @@ contao:
337
337
338
338
# The path to the Symfony console. Defaults to %kernel.project_dir%/bin/console.
339
339
console_path: '%kernel.project_dir%/bin/console'
340
+ registration:
341
+
342
+ # The number of days after which unconfirmed registrations expire.
343
+ expiration: 14
340
344
341
345
# Allows to define Symfony Messenger workers (messenger:consume). Workers are started every minute using the Contao cron job framework.
342
346
messenger:
You can’t perform that action at this time.
0 commit comments