Disabling "Remember Password" option 15 Years, 11 Months ago
|
|
Is there a way in Global Settings or elsewhere to disable the option to "Remember Password" ??
[ December 28, 2007, 09:05 AM: Message edited by: Brian T. Pence ]
|
|
jcvega (User)
Fresh Boarder
Posts: 2
|
Logged
|
|
35
|
|
The administrator has disabled public write access.
|
|
Re: Disabling "Remember Password" option 15 Years, 11 Months ago
|
|
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_USERSoftwareCelestial SoftwareAbsoluteTelnet
or
HKEY_LOCAL_MACHINESOFTWARECelestial SoftwareAbsoluteTelnet
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!
|
|
bpence (Admin)
Admin
Posts: 1402
|
Logged
|
|
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
|
|
The administrator has disabled public write access.
|
|
Re: Disabling "Remember Password" option 15 Years, 11 Months ago
|
|
The registry string took care of the issue.
Thanks.
|
|
jcvega (User)
Fresh Boarder
Posts: 2
|
Logged
|
|
35
|
|
The administrator has disabled public write access.
|
|
|