#* The server renders this HTML page in an end-user's browser when ID verification failed Velocity variables (identified by the $ character) are generated at runtime by the server. Change text or formatting as needed. Modifying Velocity statements is not recommended as it may interfere with expected server behavior. *# #set( $messageKeyPrefix = "pingone.verify.failed." ) $languagePackMessages.getMessage($messageKeyPrefix, "title")

#if ($id) $languagePackMessages.getMessage($messageKeyPrefix, "description") #else $languagePackMessages.getMessage($messageKeyPrefix, "nocode.description") #end

#if ($id)
$languagePackMessages.getMessage($messageKeyPrefix, "txid") $id
#end