mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-09 21:08:16 -05:00
Impossible to register an account if the email address is already invited in an organization #1242
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 @ghost on GitHub (Mar 25, 2022).
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.