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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:fix-email-alias📝 Commits (1)
2e300daFix #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.