Password Expiration Email Template
The Password Expiration email notifies a user when their password is about to expire or has expired. For more information about configuring when this email is sent, refer to Defining Password Expiration Settings.
Name:Â Password Expiration
Subject:
REMINDER: Your ${acctName} password#if ( ${dayToExpire} <= 0 ) has expired#elseif ( ${dayToExpire} == 1 ) expires in ${dayToExpire} day#elseif ( ${dayToExpire} > 1 ) expires in ${dayToExpire} days#end
Body:
<p>Hi ${user.name}, </p>
#if ( ${dayToExpire} <= 0 )
<p>Your ${acctName} password has expired. </p>
#elseif ( ${dayToExpire} == 1 )
<p>Your ${acctName} password expires in ${dayToExpire} day. </p>
#else
<p>Your ${acctName} password expires in ${dayToExpire} days. #end Click <a href="$resetUrl">here</a> to change/reset your password.</p>
<br />
<p>If clicking the link doesn't work, copy and paste the following into your browser:<br>${resetUrl}</p>
<p><br>#if (${applist}) #if (${appCount} > 1)</p>
<p>The following applications use ${acctName} password for SSO:</p>
#else
<p>The following application uses ${acctName} password for SSO:</p>
<p>#end ${applist} #end</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 |
---|---|---|
acctName | String | Name of the account. If the org uses pass-through authentication, this will show the value of the Product Name field in Global > System Settings > Branding. |
appCount | Number | Number of applications. |
applist | String | List of applications. |
dayToExpire | Number | Days left for expiration. |
resetUrl | URL | URL for password reset. |
User | User | Recipient of the email. |
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.