mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Manually confirming invited users with Vault 2.2.0 UI #92
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 @themightychris on GitHub (Sep 17, 2018).
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.