mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
Resend invitation functionality not implemented #2324
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.
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.