mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #2800] Registration cannot be completed without invite link #1381
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#1381
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 @stefan0xC on GitHub (Oct 5, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2800
Currently invited users cannot complete their registration without the link in the invitation.
The token in the invitation is also only valid for five days so the user would have to be re-invited first.
So if I've lost the mail I cannot register even when I don't want to join the organization that invited me.
Re-invitation via Admin-link is currently not possible, so you'd have to first delete a user (which is not ideal).
As for what a user can do, I shall quote myself from the discourse forum:
This is not how Bitwarden behaves. See the discussion in #2795 for an analysis.
Deployment info
Behavior can be observed with latest release v1.25.2 as well as on the main branch (
6fa6eb18e8)Steps to reproduce
With invitations and signups allowed and mail enabled:
Expected behaviour
I'd expect that registering an email address is possible like it is on Bitwarden.
Actual behaviour
I can only register with a valid invite token.
@BadRix90 commented on GitHub (Jul 5, 2023):
If a user has deleted his account, can he be re-invited via sync?
Background is, we try to invite our employees via sync. these are synchronized and also displayed. but an invitation is not sent. also, we have tested whether a deleted user, as one who has deleted his account, can be invited via sync. This does not happen. Are we doing something wrong?