Agropazco / AgropazcoWeb

Sitio web de agropazco, diseñado para el comercio justo entre productores campesinos y comerciantes.
http://agropazco.herokuapp.com/
2 stars 0 forks source link

Error with activation links of accounts where the Name has an accent. #15

Open federgolo opened 5 years ago

federgolo commented 5 years ago

In an attempt to create dummy accounts for testing purposes I found out that if the user's name contains an accent (ó, é, etc...) the activation link displayed on the terminal, is not functional.

Example#1 image

Example#2 image

Example#3 image

They all show the same result. image

Can you guys try to replicate this issue on your machines, please?

federgolo commented 5 years ago

Upon further examination I found out that this issue also occurs for other special characters. For example, I tied to create an account for "Jörgë", and this happened:

image

As you can imagine, the link didn't work.

jschavesr commented 5 years ago

I've just checked that, in production environment is working perfectly. This mailer is not working properly in development environment due to the quoted-printable Content-Transfer-Encoding, that is why appear =0D at the end of every line. We have to find out why this kind of encoding is being used when accents and other special characters are input on the field name. Master @Christian7sr is a mailer amateur, he can tell us more information about this