I had to double check. I went through the process and spun up a second instance and copied my config making sure that invitation_org_name was set. Hereâs the process I took to replicate the issue.
For this example, invitiation_org_name = âBitwarden at mysite.com
â
- Invite a user from the admin panel
- Email arrives from the system. Subject and bold text in the email both show â
Bitwarden at mysite.com
â.
- User clicks on âJoin Organization Nowâ and creates an account.
- User receives welcome email providing the URL to the vault.
- User logs in.
- Email arrives stating New Device Logged In From , and in the same second, a second email arrives with the subject of âInvitation to bitwarden_rs confirmedâ and the body states âThis email is to notify you that you have been confirmed as a user of bitwarden_rsâ.
So my thinking is that itâs only in response to invitations, maybe even just admin invitations but I havenât went deep enough yet.
Diagnostics
config.json
(forgive the space between mysite and .com - autoformatting is killing me)
{
âdomainâ: âxxxxâ,
âdisable_icon_downloadâ: false,
âsignups_allowedâ: false,
âsignups_verifyâ: false,
âsignups_verify_resend_timeâ: 3600,
âsignups_verify_resend_limitâ: 6,
âinvitations_allowedâ: true,
âpassword_iterationsâ: 100000,
âshow_password_hintâ: false,
âadmin_tokenâ:âxxxxâ,
âinvitation_org_nameâ: âBitwarden at mysite .comâ,
âip_headerâ: âX-Real-IPâ,
âicon_cache_ttlâ: 2592000,
âicon_cache_negttlâ: 259200,
âicon_download_timeoutâ: 10,
âicon_blacklist_non_global_ipsâ: true,
âdisable_2fa_rememberâ: false,
âauthenticator_disable_time_driftâ: false,
ârequire_device_emailâ: false,
âreload_templatesâ: false,
âlog_timestamp_formatâ: â%Y-%m-%d %H:%M:%S.%3fâ,
âdisable_admin_tokenâ: false,
â_enable_yubicoâ: false,
â_enable_duoâ: false,
â_enable_smtpâ: true,
âsmtp_hostâ: âxxxxâ,
âsmtp_sslâ: true,
âsmtp_explicit_tlsâ: true,
âsmtp_portâ: 465,
âsmtp_fromâ: âxxxxâ,
âsmtp_from_nameâ: âBitwarden Adminâ,
âsmtp_usernameâ: âxxxxâ,
âsmtp_passwordâ: âxxxxâ,
âsmtp_auth_mechanismâ: âloginâ,
âsmtp_timeoutâ: 15,
âsmtp_debugâ: false,
âsmtp_accept_invalid_certsâ: false,
âsmtp_accept_invalid_hostnamesâ: false,
â_enable_email_2faâ: true,
âemail_token_sizeâ: 6,
âemail_expiration_timeâ: 600,
âemail_attempts_limitâ: 3
}