summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index f3bf78c..4ca482b 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -607,10 +607,10 @@ if($act=="new" || $act=="edit") :
))->setHelp('Leave empty when no user name is needed');
$section->addInput(new Form_Input(
- 'auth_passwd',
+ 'auth_pass',
'Password',
'password',
- $pconfig['auth_passwd']
+ $pconfig['auth_pass']
))->setHelp('Leave empty when no password is needed');
$form->add($section);
OpenPOWER on IntegriCloud