• Is it possible to put a clickable link with custom text for the user in the password reset email?

    When a put an html coded link into the email with

    <a href="{reset_link}">Reset password</a>

    it always comes into the email as

    https://www.something.com/forgot-password/?somresetpass=true&somfrp_action=rp&key=LonGStIngOfLetTes123&uid=12345" class="resetlink">Reset password

    So somehow the tags get stripped off? It would be nice to be able to provide the user a link to click on, rather than a string they need to copy/paste into their browser.

  • The topic ‘Providing a clickable link for user in Password reset email’ is closed to new replies.