Page 1 of 1

Request: remember login

Posted: Tue Mar 18, 2014 4:46 pm
by silentroach
I use yubikey to login to my vpn server so the password is always different from the previous one and I can't check the option to store my credentials in keychain.
It will be great to add an option to save the login only.

Re: Request: remember login

Posted: Wed Mar 19, 2014 6:39 am
by James
Hi silentroach,

Viscosity actually already has an option for allowing for username saving - you can activate it like so:

For Mac: Run the following command from the Terminal (/Applications/Utilities/Terminal.app):
Code: Select all
defaults write com.viscosityvpn.Viscosity RememberUsername -bool true
For Windows: Run the following command from the command line (or a Run dialog):
Code: Select all
"C:\Program Files\Viscosity\Viscosity.exe" SetPref RememberUsername true
Cheers,
James

Re: Request: remember login

Posted: Tue Mar 25, 2014 8:07 pm
by silentroach
Wow! Thank you :)