summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-12-22 21:55:56 +0000
committerErmal Luçi <eri@pfsense.org>2009-12-22 22:01:01 +0000
commit596bc941c79e2c236d77593ba7fc6fa4d00a9e5b (patch)
treef6332b6fb8f45429513d25c38366f8aaae70bf4e /usr/local/www/wizards
parent3cfa11c259d140d6a2c43d11e7ba809eb7ff08bc (diff)
downloadpfsense-596bc941c79e2c236d77593ba7fc6fa4d00a9e5b.zip
pfsense-596bc941c79e2c236d77593ba7fc6fa4d00a9e5b.tar.gz
Bind to correct fields for the PPPoE/PPTP credentials.
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/setup_wizard.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index 0c6983c..63da737 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -223,12 +223,12 @@
<field>
<name>PPPoE Username</name>
<type>input</type>
- <bindstofield>pppoe->username</bindstofield>
+ <bindstofield>interfaces->wan->pppoe_username</bindstofield>
</field>
<field>
<name>PPPoE Password</name>
<type>input</type>
- <bindstofield>pppoe->password</bindstofield>
+ <bindstofield>interfaces->wan->pppoe_password</bindstofield>
</field>
<field>
<name>PPPoE Service name</name>
@@ -253,12 +253,12 @@
<field>
<name>PPTP Username</name>
<type>input</type>
- <bindstofield>pptp->username</bindstofield>
+ <bindstofield>interfaces->wan->pptp_username</bindstofield>
</field>
<field>
<name>PPTP Password</name>
<type>input</type>
- <bindstofield>pptp->password</bindstofield>
+ <bindstofield>interfaces->wan->pptp_password</bindstofield>
</field>
<field>
<combinefieldsbegin>true</combinefieldsbegin>
OpenPOWER on IntegriCloud