The following line illustrates the default text prompt in the Enter SecureLogin Variables dialog box: Please enter the following Single Sign-on variables
To replace this default text prompt, place the SetPrompt command at the bottom of the script. The following lines illustrate this position: type $Username type $Password Password setprompt "Enter your username and password"
|