Hi Auth0 team, I’m hitting a rather strange bug with the Change Password email template.
My email template contains the following HTML line:
<a href="{{ url }}">Reset password</a>
However, in the email that is being sent by Auth0 that line looks like this:
<ahref="https: //apitally.us.auth0.com/u/reset-verify?ticket=xxx#">Reset password</a>
Note the missing space between a
and href
, but then an invalid space within the URL.
Obviously that leads to a not so useful email for the users as there is no clickable link. I can reproduce this reliably when hitting the Try button in the email template editor.
Would someone be able to look into this for me?