-
Notifications
You must be signed in to change notification settings - Fork 18
Update Iindex TOML config file #587
Copy link
Copy link
Closed
Description
Relates to: torrust/torrust-index#670
These two config option in the Index TOML config file have been removed:
[auth]
email_on_signup = "optional"
[mail]
email_verification_enabled = falseWe need to replace them with:
[registration]
[registration.email]
#required = false
#verified = falseReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DependenciesRelated to DependenciesRelated to Dependencies