def settings for user_email_verification
This commit is contained in:
parent
637b1d9bf0
commit
98002d0296
|
@ -11,7 +11,19 @@ module: user_email_verification
|
||||||
callback: user_email_verification_cron
|
callback: user_email_verification_cron
|
||||||
scheduler:
|
scheduler:
|
||||||
id: simple
|
id: simple
|
||||||
|
configuration:
|
||||||
|
rules:
|
||||||
|
- '* * * * *'
|
||||||
launcher:
|
launcher:
|
||||||
id: serial
|
id: serial
|
||||||
|
configuration:
|
||||||
|
timeouts:
|
||||||
|
lock_timeout: 3600
|
||||||
|
launcher:
|
||||||
|
thread: 0
|
||||||
logger:
|
logger:
|
||||||
id: database
|
id: database
|
||||||
|
configuration:
|
||||||
|
method: '3'
|
||||||
|
expire: 1209600
|
||||||
|
retain: 1000
|
||||||
|
|
|
@ -3,7 +3,7 @@ skip_roles:
|
||||||
admin_showroom: admin_showroom
|
admin_showroom: admin_showroom
|
||||||
admin: admin
|
admin: admin
|
||||||
root: root
|
root: root
|
||||||
validate_interval: 240
|
validate_interval: 604800
|
||||||
num_reminders: 2
|
num_reminders: 2
|
||||||
mail_subject: '[site:name]: Email verification'
|
mail_subject: '[site:name]: Email verification'
|
||||||
mail_body: 'Verify your Email by following the link: [user:verify-email]'
|
mail_body: 'Verify your Email by following the link: [user:verify-email]'
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue