Skip to content

Account Password Reset Email Template

The Account Password Reset email is sent to a user when they request a password reset via email.

Note

The link in this email expires after 120 minutes.

Name: Account Password Reset

Subject: Reset Your ${PRODUCT_NAME} Password

Body:

Dear ${user.name},
#if (${sourcename})
A request has been made to reset your ${sourcename} account password. If you made this request please click here to verify your identity and set a new password.

#else
A request has been made to reset your ${PRODUCT_NAME} password. If you made this request please click here to verify your identity and set a new password.

#end
If clicking the link doesn't work, copy and paste the following into your browser:
${verificationURL}

If you did not make this request then please contact your IT administrator immediately.

Thanks,
The ${PRODUCT_NAME} Team

Attributes

This email template uses version 1 global variables and the following template-specific attributes:

Name Type Description
sourceName String Name of the source of the password being reset.
verificationURL URL URL for password reset.