TEXT_nnn

You can use a set of TEXT configuration variables to control the text of selected AcuConnect messages. Configuration variables are included to support AcuConnect password handling. The default text for each message is:

TEXT_015  "A password is required to connect to host %s."
TEXT_016  "Please enter a password:  "
TEXT_017  "Invalid password."

In message 015, the name of the AcuConnect host is substituted for the %s characters.

To change the text associated with a given message, append an equals sign (=) followed by the new text. For example:

TEXT_016=Enter your password now:

Note that to enable the display of the password messages, you set the PROVIDE_PASSWORD_MESSAGES variable to "true" (1, on, yes).

The use of password protection is optional. If password protection is not used, these messages will not be displayed.