Change password reset link text and position

Is there any way to change the text/position of the link in the password reset email?
I have been receiving feedback that the “Reset here” link located in the footer of the email seems to be hard to spot for some users. :stuck_out_tongue:

Thanks in advance for the help!

Anyone? Would be great to know if this is possible (or will be possible at some point in the future). :slight_smile:

It doesn’t seem to be possible.

@silas you can’t change the system generated password reset email. I generally create a custom email so I can control the entire email body and put the reset link wherever I want.

The Send Password Reset Email action has a property that allows you to just generate a reset token:

20

In the next step of your workflow, add a generic Send Email action, and use the token from step 1 to construct a link in the Body of your email:

9 Likes

Thanks a lot @djwideman ! That’s the exact kind of solution that I was looking for! :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.