Is there a way in Global Settings or elsewhere to disable the option to "Remember Password" ??
[size=1][ December 28, 2007, 09:05 AM: Message edited by: Brian T. Pence ][/size]
There is a way to do it, but it is not an option in the UI of the application (lest someone turn it back off) It is assumed you are doing that for security purposes and that you have some access to the registry of the machine in question.
To do this, you have to add a string to either
HKEY_CURRENT_USER\\Software\\Celestial Software\\AbsoluteTelnet
or
HKEY_LOCAL_MACHINE\\SOFTWARE\\Celestial Software\\AbsoluteTelnet
depending on whether you want to affect a single user or everyone on the box. The name of the string should be 'disable_save_password' and the value should be 'true'
Let me know if this helps!
The registry string took care of the issue.
Thanks.