All Collections
Co-Reg Tech
How to use custom forgotten password email template?
How to use custom forgotten password email template?
James Dodd avatar
Written by James Dodd
Updated over a week ago

PLEASE NOTE: This requires some HTML knowledge and a good understand of CoReg tech.

When a custom template is used for the forgotten password email the following placeholders can be used, these placeholders are:

#{{token}}


โ€‹#{{email}}

Simple Example:

<h2>Password Resets</h2>

<p>Hey #{{email}},</p>

<p>Sorry you forgot your password. Enter this token on the reset page and you'll be good to go!</p>

<p><b>Token: #{{token}}</b></p>
Did this answer your question?