Skip to content

User Locked Out Email Template

The User Locked Out email notifies a user when their SailPoint account has been locked due to too many failed sign in attempts. The user can not sign in for several minutes.

Name: User Locked Out

Subject: ATTENTION: Your ${PRODUCT_NAME} account has been locked

Body:

<p>Dear ${user.name},</p>
#if (${attempts.size()} > 0)  
<p>Your ${PRODUCT_NAME} account has been locked due to the following failed attempts to sign in:<br>  
#foreach ($attempt in ${attempts}) 
<p>${attempt.count} attempts from ${attempt.location}</p>  
#end #else  
<p>Your ${PRODUCT_NAME} account has been locked due a number of failed attempts to sign in.</p>  
#end  
<p>It was locked on ${timeLocked} and will remain locked until ${timeLockedUntil}.</p>  
#if (${passwordResetUrl})  
<p>To reset your password if you've forgotten it, go to ${passwordResetUrl}.</p>  
#end  
<p>If you think someone else was trying to use your account, please contact your 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
attempts Array A list of sign in attempts, including count and location.
passwordResetUrl URL The URL the user can click to reset their password.
timeLocked String The time the account was locked.
timeLockedUntil String The time the account will be unlocked.

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.