Disable "Remember my Credentials"

Got a problem with Viscosity or need help? Ask here!

bjarkealling

Posts: 2
Joined: Sat Nov 15, 2014 10:01 pm

Post by bjarkealling » Sat Nov 15, 2014 10:13 pm
Hi,

I have been able to move my local software Sohos UTM OpenVPN certificate+private key to my smart card and is using the pkcs11 interface to establish the SSL VPN connectopn to the firewall with usages of both username/password but also the hardware token.

As a part of the securitylayer it is needed to enter the pin code before using the private key. Currently Viscosity allows users to save the pin code by checking the "Remember my Credentials" checkbox. Is it possible to remove/disable this checkbox and therefor force the user to always enter the smart card pin code?

Thank you in advance

/Bjarke

Eric

User avatar
Posts: 1146
Joined: Sun Jan 03, 2010 3:27 am

Post by Eric » Mon Nov 17, 2014 8:07 am
Hi Bjarke,

This is definitely possible. To simply disable the checkbox, run the following command from command line or Start -> Run:

"C:\Program Files\Viscosity\Viscosity.exe" SetPref PasswordStorageSupport NO

Or insert the following key and string into the settings file at %appdata%\Viscosity\Settings.xml:

<key>PasswordStorageSupport</key>
<string>NO</string>

You may wish to bunlde this into a GlobalSettings files for all users on a PC, if so, please see the following about bundling and GlobalSettings under "How to Bundle Settings" - http://www.sparklabs.com/support/viswin ... viscosity/

Regards,
Eric
Eric Thorpe
Viscosity Developer

Web: http://www.sparklabs.com
Support: http://www.sparklabs.com/support
Twitter: http://twitter.com/sparklabs

bjarkealling

Posts: 2
Joined: Sat Nov 15, 2014 10:01 pm

Post by bjarkealling » Mon Nov 17, 2014 8:56 pm
Hi Eric,

Just fine. This works. Thanks.

/Bjarke

Aabharan

Posts: 1
Joined: Fri Nov 21, 2014 5:35 pm

Post by Aabharan » Fri Nov 21, 2014 5:37 pm
I am also facing same problem, after reading this solution i overcome my problem.
Thanks Eric, It works
4 posts Page 1 of 1