mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-16 08:54:01 -05:00
[GH-ISSUE #5097] Plain text organization invite URL is broken #10882
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 @z3ntu on GitHub (Oct 17, 2024).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/5097
Vaultwarden Support String
Admin mode is not enabled, should not be relevant
Vaultwarden Build Version
1.32.1
Deployment method
OS Package (apt, yum/dnf, pacman, apk, nix, ...)
Custom deployment method
No response
Reverse Proxy
nginx 1.22.1
Host/Server Operating System
Linux
Operating System Version
No response
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Expected Result
The URL should be properly formed in both HTML and plain text variant, like
https://vaultwarden.example.org/#/accept-organization/?email=test%40example.org&organizationName=test+orga&organizationId=<>&organizationUserId=<>&token=<>Actual Result
The URL is only correctly formed in the HTML variant, in the plain text variant it reads
https://vaultwarden.example.org/#/accept-organization/?email=test%40example.org&organizationName=test+orga&organizationId=<>&organizationUserId=<>&token=<>And when you click this link you get "Unable to accept invitation. Ask an organization admin to send a new invitation."
Logs
No response
Screenshots or Videos
No response
Additional Context
No response
@BlackDex commented on GitHub (Oct 18, 2024):
Indeed, and resolved via #5100
@z3ntu commented on GitHub (Oct 18, 2024):
Thanks for the quick fix, appreciate it!