With Microsoft’s retirement of basic auth on October 1, 2022 I cannot see any settings to enable MFA within self-hosted bitwarden so that it can send emails, specifically these settings:
globalSettings__mail__replyToEmail= | Email address used for invitations, typically [email protected]__host . |
---|---|
globalSettings__mail__smtp__host= | Your SMTP Server hostname (recommended) or IP address. |
globalSettings__mail__smtp__port= | The SMTP port used by the SMTP Server. |
globalSettings__mail__smtp__ssl= | (Boolean) Whether your SMTP Server uses an encryption protocol: |
true
= SSL
false
= TLS|
|globalSettings__mail__smtp__username=|A valid username for the smtp__host
.|
|globalSettings__mail__smtp__password=|A valid password for the smtp__host
.|
|globalSettings__disableUserRegistration=|Specify true
to disable new users signing up for an account on this instance via the Registration page.|
Is this possible or planned?
Thanks.