torrust / torrust-index-gui

This repository serves as the frontend for the Torrust Index project.
https://torrust.com
Other
30 stars 16 forks source link

Update Iindex TOML config file #587

Closed josecelano closed 2 months ago

josecelano commented 2 months ago

Relates to: https://github.com/torrust/torrust-index/pull/670

These two config option in the Index TOML config file have been removed:

[auth]
email_on_signup = "optional"

[mail]
email_verification_enabled = false

We need to replace them with:

[registration]
[registration.email]
#required = false
#verified = false