Application Password Changed
If you have configured pass-through authentication, you can configure this email to be sent when a user changes their login password or the password for an access app or direct connect source that is used for pass-through authentication.
Name: App Password Changed
Subject: ATTENTION: Your {PRODUCT_NAME} password update#if ({sourceFailedCount})\t#if (${sourceFailedCount} > 0) failed\t#else was successful\t#end#else was successful#end
Body:
<p>Dear ${user.name},</p>
#if (${appCount})#if (${appCount} > 0)#if (${appCount} > 1)#if (${appFailedCount} > 0)
<p>Your password was changed for the following apps which share a password:</p>
#else
<p>Your password has been changed for the following apps which share a password:</p>
#end #else #if (${appFailedCount} > 0)
<p>Your password was changed for app:</p>
#else
<p>Your password has been changed for app:</p>
#end #end
<p>#foreach ($item in ${appList}) $item<br>#end </p>
#end #else #if (${sourceCount} == 0)#if (${sourceFailedCount} == 0)
<p><br>Your password has been changed in ${PRODUCT_NAME}<br><br></p>
#end #end #if (${sourceCount} > 0)#if (${appFailedCount} == 0)#if (${appCount} == 0)
<p><br>Your password has been changed in ${PRODUCT_NAME}<br><br></p>
#end #end #end #end #if (${appFailedCount} > 0)#if (${appFailedCount} > 1)#if (${sourceCount} > 0)
<p>However, your password failed to update for the following apps which also share the password:</p>
#else
<p>Your password failed to update for the following apps which also share the password:</p>
#end #else #if (${sourceCount} > 0)
<p>However, your password failed to update for the following app which also shares the password:</p>
#else
<p>Your password failed to update for the following app which also shares the password:</p>
#end #end
<p>#foreach ($item in ${appFailedList}) $item<br>#end </p>
#else #if (${sourceFailedCount})#if (${sourceFailedCount} > 0)#if (${sourceCount} > 0)
<p>However, your password failed to update for all the systems that share the password.</p>
#else
<p>Your password failed to update for all the systems which also share the password.</p>
#end #end #end #end #if (${appNotAttemptedCount} > 0)#if (${appNotAttemptedCount} > 1)
<p>Because your primary authentication source failed to update, the following apps were not attempted:</p>
#else
<p>Because your primary authentication source failed to update, the following app was not attempted:</p>
#end
<p>#foreach ($item in ${appNotAttemptedList}) $item<br>#end </p>
#else #if (${sourceNotAttemptedCount})#if (${sourceNotAttemptedCount} > 0)
<p> </p>
<p>Because your primary authentication source failed to update, other systems that shared the password were not attempted.</p>
#end #end #end #if (${appFailedCount} > 0)#if (${appFailedCount} > 1)
<p>Please try again to change your password on any of the failed apps. This change will apply to all apps in this email.</p>
#else
<p>Please try again to change your password on this failed app. This change will apply to all apps in this email.</p>
#end #else #if (${sourceFailedCount})#if (${sourceFailedCount} > 0)
<p>Please try to change your password again. This change will apply to all systems and apps that share your password.</p>
#end #end #end
<p>If you did not make this change please contact your IT administrator immediately.</p>
<p>Thanks,<br>The ${PRODUCT_NAME} Team</p>
Attributes
This email template uses version 2 global variables and the following attributes:
Name | Type | Description |
---|---|---|
user.name | String | Name of the user whose password is being changed. |
appCount | Integer | Number of applications where the password was changed. |
appFailedCount | Integer | Number of applications where the password change request failed. |
appList | String | List of access applications where password changes were attempted. |
sourceCount | Integer | Count of sources. |
sourceFailedCount | Integer | Count of sources where the application password change request failed. |
appNotAttemptedCount | Integer | The number of applications the password change was not attempted on due to failure. |
appNotAttemptedList | String | List of access applications the password change was not attempted on due to failure. |
sourceNotAttemptedCount | Integer | Count of sources the password change was not attempted on due to failure. |
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.