Why is the save password switch sometimes disabled?

The save password switch on the authentication password field is normally enabled, but can be disabled by the following:

  • The following OpenVPN directive, if present in a profile, will disable the password save switch:
setenv ALLOW_PASSWORD_SAVE 0

Note however that the above directive only applies to the authentication password. The private key password, if it exists, can always be saved.