YunoHost-Apps / vpnclient_ynh

VPN Client app for YunoHost
GNU Affero General Public License v3.0
41 stars 24 forks source link

Password length (mullvad openvpn) #101

Open oatmealm opened 1 year ago

oatmealm commented 1 year ago

This is not strictly an issue, more a question. Mullvad generates a userid/password combo that consists of an account number and a one letter password. For example: user:4394984983 pass:m ... these credentials can't be used with the form which stores/retrieves data from /etc/openvpn/keys/credentials, which I would like to be able to use, rather than manually editing client.conf and providing a separate pass.txt file for this purpose... is it possible to ease the form validation, since in any case, it's up to the user to choose, sometimes, but not always.

Thanks