[PR #520] [MERGED] Fix #468 - Percent-encode the email address in invite link #20953

Closed
opened 2026-04-30 07:27:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/520
Author: @njfox
Created: 7/3/2019
Status: Merged
Merged: 7/3/2019
Merged by: @dani-garcia

Base: masterHead: fix-email-alias


📝 Commits (1)

  • 2e300da Fix #468 - Percent-encode the email address in invite link

📊 Changes

3 files changed (+6 additions, -1 deletions)

View changed files

📝 Cargo.lock (+1 -0)
📝 Cargo.toml (+3 -0)
📝 src/mail.rs (+2 -1)

📄 Description

URL-encode the email address when generating the invite link so that "+"s and other special characters get correctly filled-in by the vault instead of being interpreted as a space.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/520 **Author:** [@njfox](https://github.com/njfox) **Created:** 7/3/2019 **Status:** ✅ Merged **Merged:** 7/3/2019 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `fix-email-alias` --- ### 📝 Commits (1) - [`2e300da`](https://github.com/dani-garcia/vaultwarden/commit/2e300da0570ac9704b6ab87fd7cd8b46a279b6dc) Fix #468 - Percent-encode the email address in invite link ### 📊 Changes **3 files changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -0) 📝 `Cargo.toml` (+3 -0) 📝 `src/mail.rs` (+2 -1) </details> ### 📄 Description URL-encode the email address when generating the invite link so that "+"s and other special characters get correctly filled-in by the vault instead of being interpreted as a space. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 07:27:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#20953