mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1034] No org_name in invite_confirmed email for already registered users #731
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#731
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1034
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.