mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 17:32:27 -05:00
No org_name in invite_confirmed email for already registered users #4369
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fuanegua on GitHub (Jun 16, 2020).
Bitwarden_rs version: 1.15.1-a87646b8 with defined template_folder
There must be a problem with the invite_confirmed email and
{{org_name}}for already registered users.So if you set an invitation organization name (e.g. Example Org) and invite an email address via admin panel and the receiver is already registered with another email address so he doesn't need to click
Create AccountbutLog Inhe will then get a confirmation mail with"Your invitation to join bitwarden_rs was confirmed."
Creating a new account the confirmation is:
"Your invitation to join Example Org was confirmed."
It is the same when adding a new user to an organization and this user is also already registered and just logs in.
So it seems to ignore the set org_name in this situation.
You could try it by inviting yourself with another mail address (both from admin panel and from organization manage people) and log in with your own account after joining the invitation to reproduce.
@BlackDex commented on GitHub (Dec 12, 2020):
I have tested this, and this works for me just fine.
I can also not see any issue that quickly in the code it self.
See:

If you still have this issue please provide some more information, screenshots and log file.
For now i'm going to close this issue, but feel free to re-open if this still happens.