prevent user from saving credentials

Hi isaachuff,

You can disable Viscosity from remembering details from the Terminal/Command Prompt like so:

For Mac:

defaults write com.viscosityvpn.Viscosity KeyChainSupport -bool false

For Windows:

“C:\Program Files\Viscosity\Viscosity.exe” SetPref PasswordStorageSupport false

You can then pull the options and bundle them:
http://www.sparklabs.com/support/bundling_viscosity/
http://www.sparklabs.com/support/viswin_bundle_viscosity/

If you’re happy with Viscosity still remembering just the last username used you can also to turn on Viscosity’s RememberUsername option like so:

For Mac: Run the following command from the Terminal (/Applications/Utilities/Terminal.app):

defaults write com.viscosityvpn.Viscosity RememberUsername -bool true

For Windows: Run the following command from the command line (or a Run dialog):

“C:\Program Files\Viscosity\Viscosity.exe” SetPref RememberUsername true

Regards,
Eric