mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #2394] Impossible to register an account if the email address is already invited in an organization #1246
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#1246
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 @ghost on GitHub (Mar 25, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2394
Subject of the issue
Context : When an email address is invited in an organization but there his no account register with this email, it is not possible to create an account with this email anymore, even if there is no account registered.
Deployment environment
Install method:
Installed manually
Clients used: web vault
Other relevant details:
Steps to reproduce
Step 1 : Invite an email address in an organization with an email which isn't already used in a Vaultwarden account.
Step 2 : Try to register the account with the same email.
Expected behavior
It is possible to create an account even if there are already sent invitation for him and resent the organization email invitation after the creation.
Actual behavior
It is not possible to create an account even if there are already sent invitation for him.
@BlackDex commented on GitHub (Mar 25, 2022):
Works fine for me.
Just as a note, if someone is invited via the organization manage tab, they need to click on the link which they received in the mailbox. That link contains a token which is validated. Without that token you are not allowed to create an account.