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
Currently configuring email authentication is only available under flags prefixed with notifications-. This suggests to users that there will be different email configurations for different parts of the product, but this is not the case. Instead these flags should begin with email-. The same applies to environment variables beginning with CODER_NOTIFICATIONS_EMAIL.
To not break backwards compatibility the existing flags should not be removed, but instead kept as aliases for the new flags.