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

Closed
opened 2026-03-03 08:52:54 +03:00 by kerem · 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>
kerem 2026-03-03 08:52:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#2749
No description provided.