Closed fmarier closed 10 years ago
Fix in #1175.
@fmarier What browser/client were you using? I wasn't able to repro the bonus spaces issue w/ zimbra or my gmail with the plaintext emails.
@pdehaan mutt in a terminal.
I expect all text-based mail clients will have the same issues though because you have to break the line somehow when you can't scroll horizontally.
@pdehaan you need to try this:
this might work too:
Verified using Lynx
So our links look like
https://accounts.firefox.com/v1/verify_email?uid=deadbeef&code=101cafe
The links are so long (in the plaintext version of the email) that when I copied it in my browser, it ended up like
https://accounts.firefox.com/v1/verify_email?uid=dead beef&code=101 cafe
(notice the spaces betweendead
andbeef
as well as between101
andcafe
).Stripping out whitespace inside the hex fields we receive should solve this problem.
(moved from https://github.com/mozilla/fxa-auth-server/issues/722)