How to customize the error message generated by Citrix ADC in nFactor system

How to customize the error message generated by Citrix ADC in nFactor system

book

Article ID: CTX493706

calendar_today

Updated On:

Description

Customize the error message generated by Citrix ADC in nFactor system


Instructions

Find the error message in the file "ctxs.strings.js" under path "/var/netscaler/logon/LogonPoint/receiver/js/localization/en" for English language.
And customize the error message in the fileĀ "strings.en.json" under path "var/netscaler/logon/themes/RfWebUI_based"

e.g. Customize the default error message "Your account is disabled." to error message "Incorrect password."

Step1
Find the error message in the file "ctxs.strings.js" under path "/var/netscaler/logon/LogonPoint/receiver/js/localization/en"
"errorMessageLabel4011":"Your account is disabled."

Step2
Edit the file "strings.en.json" under path "var/netscaler/logon/themes/RfWebUI_based" and add below content.
{"errorMessageLabel4011":"Incorrect password."}

Note: Replace the path of "RfWebUI_based" with the portal theme bind on the VPN virtual server.