mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #187] Manually confirming invited users with Vault 2.2.0 UI #91
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#91
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 @themightychris on GitHub (Sep 17, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/187
The Vault 2.2.0 UI seems to be missing the "Confirm" action on invited users that enables bypassing the email workflow. Is there any way now through the UI to get someone added to an organization?
@mprasil commented on GitHub (Sep 18, 2018):
Hi, the way this works is that if you invite users that haven't registered yet, (unless you disable this) they will show as
Invitedand as such you can't confirm them yet. But once they register, they will automatically be set asAcceptedwhich you can then confirm.Before they register there's no way to "Accept" them automatically as they don't have valid key set for their account. If you invite users that are already registered, they will straight away show as
Accepted.As for "Resend invitation" button, we should handle that API call with proper error saying email sending is not supported.
Hope that helps.
@mprasil commented on GitHub (Sep 18, 2018):
I've created an issue for handling the "resend" callback properly. I think the documentation needs to be improved a bit to explain the invitation process.
@mprasil commented on GitHub (Sep 18, 2018):
Documentation PR merged, I'm closing this one, but feel free to reopen if more information is needed.