satellite/console/emailreminders: set Enable config default to true

Enable email verification reminders by default

Change-Id: I2f8143e2805ccfd2ffccfbc019591859326499c5
This commit is contained in:
Cameron 2022-12-07 10:29:57 -05:00 committed by Storj Robot
parent 7fd23d6864
commit 907c911f57
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ type Config struct {
FirstVerificationReminder time.Duration `help:"amount of time before sending first reminder to users who need to verify their email" default:"24h"`
SecondVerificationReminder time.Duration `help:"amount of time before sending second reminder to users who need to verify their email" default:"120h"`
ChoreInterval time.Duration `help:"how often to send reminders to users who need to verify their email" default:"24h"`
Enable bool `help:"enable sending emails reminding users to verify their email" releaseDefault:"false" devDefault:"true"`
Enable bool `help:"enable sending emails reminding users to verify their email" default:"true"`
}
// Chore checks whether any emails need to be re-sent.

View File

@ -398,7 +398,7 @@ contact.external-address: ""
# email-reminders.chore-interval: 24h0m0s
# enable sending emails reminding users to verify their email
# email-reminders.enable: false
# email-reminders.enable: true
# amount of time before sending first reminder to users who need to verify their email
# email-reminders.first-verification-reminder: 24h0m0s