satellite/console: disable account activation reminder email (#4844)
* satellite/console: disable account activation reminder email
This commit is contained in:
parent
9d8eaf3d7e
commit
3d1b469f35
@ -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.
|
||||
|
2
scripts/testdata/satellite-config.yaml.lock
vendored
2
scripts/testdata/satellite-config.yaml.lock
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user