mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #6469] Invite user to organization. New users can't accept invite #2444
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#2444
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 @klaas0 on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6469
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, ADMIN_TOKEN
Config:
Vaultwarden Build Version
1.34.3
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
Nginx Proxy manager v2.12.6
Host/Server Operating System
Linux
Operating System Version
Ubuntu 24.04.3 LTS
Clients
Web Vault
Client Version
No response
Steps To Reproduce
I created an organization. Then invited a new user. The new user registred. It doesn't auto join because it needs to enable 2FA.
Now the new user can't accept the invite, because the link in email auto directs to creating a new account. But they already have an account.
When the new user fills in a new password they get an error that account already exists, that is good. BUT they also get an email that someone just signed into their account, that's not correct.
So I have to resend the invite to the new user, otherwise they can't accept. The new link will redirect to login and when they login they join the organization. So that's correct.
Expected Result
I expect that after the new user creates their account, that when they click the link again, they get redirect to invite of the organisation.
Another option is that the new user can view their invites in their account.
Actual Result
now the new user keeps getting redictected to creating a new account, when they click the link from the invite
Logs
Screenshots or Videos
No response
Additional Context
No response
@7heMech commented on GitHub (Nov 15, 2025):
I honestly would expect if a user creates acc via inv to an org, it should automatically join them to the organization when they create their account. That being said I don't know how upstream Bitwarden handles this.