Skip to content

User Verification Token Email Template

TheĀ User Verification TokenĀ email is sent when an administrator resets a user's SailPoint password or their password for a source.

Note

This email template is not accessible through the user interface but can be modified through the notification template API.

Name: User Verification Token

Subject: #if (${sourcename}) ${sourcename} - Your Account Password Reset #else ${PRODUCT_NAME} - Your Password Reset #end

Body:

Dear ${user.name},<br/>

#if (${sourcename})

<p> A request has been made to reset your ${sourcename} account password. If you made this request please click <a href="${verificationURL}">here</a> to verify your identity and set a new password. </p>

#else

<p> A request has been made to reset your ${PRODUCT_NAME} password. If you made this request please click <a href="${verificationURL}">here</a> to verify your identity and set a new password. </p>

#end

<p> If clicking the link doesn't work, copy and paste the following into your browser: <br/> <a href="${verificationURL}">${verificationURL}</a> </p>

<p>If you did not make this request then please contact your IT administrator immediately.</p>

<p>Thanks, 

The ${PRODUCT_NAME} Team</p>

Attributes

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

Name Type Description
sourcename String The name of the source of the password being reset.
verificationURL String The URL to reset the password.