Customize Password Reset email template's successMessage with embedded html link

Hi @kewong,

Welcome to the Auth0 Community!

This field only accepts a string and will print the value passed as a string (i.e. passing <a href="https://auth0.com">Auth0</a> will print the whole HTML tag as a string.

In order to get around this, you could use javascript to manipulate the DOM. See this thread: