#** This email is sent to a user to notify them that an attempt to reset their password has failed. The following variables are available to this template, but not used by default: $utils - The utility method to display JSON String arrays $escape - The utility class that can be used to escape String variables $TrackingId - The user's session tracking ID $TransactionId - The unique ID for the SSO or SLO transaction. $PingFedBaseURL - The URL containing full hostname and port on which the PingFederate deployment runs on $CurrentPingFedBaseURL - The base URL used in the current request. This URL may differ from $PingFedBaseURL when using a virtual host name $locale - The user's country and language $templateMessages - The set of messages that is used to localize messages based on the user's locale $entityId - The entity ID (connection ID) of the SP Connection used in this SSO transaction $connectionName - The name of the SP Connection used in this SSO transaction $client_id - The ID of the OAuth client used in this transaction $clientName - The name of the OAuth client used in this transaction $spAdapterId - The SP Adapter ID used in this transaction $extendedProperties - The extended properties defined on either the connection or OAuth client $userAttributes - The user attributes retrieved from the Password Credential Validator used in this transaction $BASE_URL - The base URL of PingFederate instance $ADAPTER_ID - The ID of the adapter instance that was used for this transaction. $PCV_ID - The ID of the password credential validator used for this transaction. *# #set( $messageKeyPrefix = "message-template-forgot-password-failed." ) #set( $globalKeyPrefix = "global." )
 
#if ($COMPANY_LOGO_EXISTS == 'true')
 
 
 
#end

$templateMessages.getMessage($messageKeyPrefix, "greetUser",$params)

$templateMessages.getMessage($messageKeyPrefix, "failedMessage")

$templateMessages.getMessage($messageKeyPrefix, "unexpectedEmail")

$templateMessages.getMessage($globalKeyPrefix, "bestRegards")
$templateMessages.getMessage($globalKeyPrefix, "pfTeam")

 
$templateMessages.getMessage($globalKeyPrefix, "footerMessage")