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: #if (${sourcename}) ${sourcename} - Account Password Reset #else ${PRODUCT_NAME} - Password Reset #end
Body:
<p>Dear ${user.name},<br>#if (${sourcename})</p>
<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,<br>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 | Name of the source of the password being reset. |
verificationURL | URL | URL for password reset. |
Documentation Feedback
Feedback is provided as an informational resource only and does not form part of SailPoint’s official product documentation. SailPoint does not warrant or make any guarantees about the feedback (including without limitation as to its accuracy, relevance, or reliability). All feedback is subject to the terms set forth at https://developer.sailpoint.com/discuss/tos.