You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relates to: torrust/torrust-index#670
These two config option in the Index TOML config file have been removed:
```toml
[auth]
email_on_signup = "optional"
[mail]
email_verification_enabled = false
```
We need to replace them with:
```toml
[registration]
[registration.email]
```
fc19076 fix: [#587] update Index TOML config file (Jose Celano)
Pull request description:
Relates to: torrust/torrust-index#670
These two config option in the Index TOML config file have been removed:
```toml
[auth]
email_on_signup = "optional"
[mail]
email_verification_enabled = false
```
We need to replace them with:
```toml
[registration]
[registration.email]
```
ACKs for top commit:
josecelano:
ACK fc19076
Tree-SHA512: d2f02d04c2d08ce3ba29ee5208d720d45db7b1dd376a5f31dc6b22fb6396c7ea9f34577072f56678a9bd77f9d2f75d3989842f7395af49c57c9b26438dca3f12
Relates to: torrust/torrust-index#670
These two config option in the Index TOML config file have been removed:
We need to replace them with:
The text was updated successfully, but these errors were encountered: