#** This email is sent to a user when they have initiated a username recovery flow. 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-username-recovery." ) #set( $globalKeyPrefix = "global." )
 
#** EMAIL CONTENT START It is recommended to sanitize the values that are displayed using $escape.escape() for example $escape.escape(${FIRST_NAME}). This header will be displayed if the file [pf-home]/server/default/conf/template/assets/images/company-logo.png exists *# #if ($COMPANY_LOGO_EXISTS == 'true') ## COMPANY LOGO **
## PADDING **
 
## LOGO DIVIDER **
 
## PADDING **
 
#end ## TEXT PARAGRAPHS **

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

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

$USERNAMES

## EMAIL CONTENT END **
 
$templateMessages.getMessage($globalKeyPrefix, "footerMessage")