Skip to content

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:

Hi ${user.name},

#if ( ${dayToExpire} <= 0 ) Your ${acctName} password has expired. #elseif ( ${dayToExpire} == 1 ) Your ${acctName} password expires in ${dayToExpire} day. #else Your ${acctName} password expires in ${dayToExpire} days. #end Click <a href="$resetUrl">here</a> to change/reset your password.

If clicking the link doesn't work, copy and paste the following into your browser:
${resetUrl}

#if (${applist}) #if (${appCount} > 1)

The following applications use ${acctName} password for SSO:

#else

The following application uses ${acctName} password for SSO:

#end ${applist} #end

Thanks,

The ${PRODUCT_NAME} Team

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.