


A set of TEXT configuration variables is used to control the text of selected AcuLaunch messages. Three configuration variables have been included to support AcuLaunch 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."
Note that in message 15, the name of the AcuLaunch host will be substituted for the "%s" characters.
To change the text associated with a given message, place the word "TEXT" at the beginning of a line in the runtime configuration file, followed by an underscore, the message number, an "=" character (or a blank space or tab), and the text to be used when that message number is displayed. 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.