satellite/console: disable account activation reminder email (#4844)

* satellite/console: disable account activation reminder email
This commit is contained in:
littleskunk 2022-05-31 17:36:40 +02:00 committed by GitHub
parent 9d8eaf3d7e
commit 3d1b469f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,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" default:"true"`
Enable bool `help:"enable sending emails reminding users to verify their email" releaseDefault:"false" devDefault:"true"`
}
// Chore checks whether any emails need to be re-sent.

View File

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