-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
When configuring a vpn client, there currently doesn't appear to be a way to populate the "Username" and "Password" fields of the "User Authentication" section. In the xml, these are the following:
<openvpn>
<openvpn-client>
<auth_user></auth_user>
<auth_pass></auth_pass>
</openvpn-client>
</openvpn>This is useful when trying to configure an external VPN service, such as PIA.
Describe the solution you'd like
Add the fields auth_user and auth_pass to the api to populate these fields in the xml.
Describe alternatives you've considered
N/A
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers