mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-21 10:41:32 -05:00
Resend invitation functionality not implemented #93
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 @mprasil on GitHub (Sep 18, 2018).
This popped up in #187, when inviting users that aren't registered yet, they will be set to
Invitedstate. In this state there's an option to resend invitation in the Organization admin interface:We should handle this API call more graciously as it's failing with
404at the moment. We should return proper error message explaining the functionality is not implemented.