torrust / torrust-demo

CI and configuration for the Torrust live demo.
https://index.torrust-demo.com
0 stars 0 forks source link

Udate Index TOML config file #9

Closed josecelano closed 4 months ago

josecelano commented 4 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]
josecelano commented 4 months ago

Done manually.