Skip to content

Commit 2b49912

Browse files
authored
Document contao.registration.expiration (Contao ^5.6) (#1623)
1 parent 41a80b7 commit 2b49912

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/manual/system/settings.de.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,10 @@ contao:
351351
352352
# The path to the Symfony console. Defaults to %kernel.project_dir%/bin/console.
353353
console_path: '%kernel.project_dir%/bin/console'
354+
registration:
355+
356+
# The number of days after which unconfirmed registrations expire.
357+
expiration: 14
354358
355359
# Allows to define Symfony Messenger workers (messenger:consume). Workers are started every minute using the Contao cron job framework.
356360
messenger:

docs/manual/system/settings.en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,10 @@ contao:
337337
338338
# The path to the Symfony console. Defaults to %kernel.project_dir%/bin/console.
339339
console_path: '%kernel.project_dir%/bin/console'
340+
registration:
341+
342+
# The number of days after which unconfirmed registrations expire.
343+
expiration: 14
340344
341345
# Allows to define Symfony Messenger workers (messenger:consume). Workers are started every minute using the Contao cron job framework.
342346
messenger:

0 commit comments

Comments
 (0)