Closed felixerdy closed 2 months ago
This should be an issue within our mailer
@felixerdy I have fixed this in our mailer
and deployed it to https://testing.opensensemap.org
Could you verify that it´s encoded correctly?
Just tested. Seems to be working 🎉 Thank you!
Going to create a new version of the mailer
and will deploy it tomorrow
When using an email address with suffix, e.g.
hello+opensensemap@example.com
, the+
sign is not encoded correctly.Expected Behavior
+
gets encoded to%2B
https://opensensemap.org/account/confirm-email?email=hello%2Bopensensemap@example.com&token=xxx
Current Behavior
+
gets encoded tohttps://opensensemap.org/account/confirm-email?email=hello opensensemap@example.com&token=xxx
Possible Solution
Steps to Reproduce (for bugs)
1. 2. 3. 4.
Context
A customer notified us about this issue
Your Environment