summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_hasync.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-12-15 16:43:27 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-12-15 16:43:27 -0200
commitfa2122b02af3731ac09c4acd320c8b56f9e6e029 (patch)
tree928f91a4a7a3fbea79e05768317cef38b912cbf8 /usr/local/www/system_hasync.php
parent387ab31a976fbacfc0d8e2fde7efb7cb1c4b6b6b (diff)
downloadpfsense-fa2122b02af3731ac09c4acd320c8b56f9e6e029.zip
pfsense-fa2122b02af3731ac09c4acd320c8b56f9e6e029.tar.gz
Fix password field name
Diffstat (limited to 'usr/local/www/system_hasync.php')
-rwxr-xr-xusr/local/www/system_hasync.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_hasync.php b/usr/local/www/system_hasync.php
index fc37156..caeb79d 100755
--- a/usr/local/www/system_hasync.php
+++ b/usr/local/www/system_hasync.php
@@ -178,7 +178,7 @@ include("head.inc");
<tr valign="top">
<td width="22%" class="vncell">Remote System Password</td>
<td class="vtable">
- <input id='password' type='password' name='password' class='formfld pwd' value='<?= htmlentities($pconfig['password']); ?>' />
+ <input id='passwordfld' type='password' name='passwordfld' class='formfld pwd' value='<?= htmlentities($pconfig['passwordfld']); ?>' />
<br />
Enter the webConfigurator password of the system entered above for synchronizing your configuration.<br />
<br />
OpenPOWER on IntegriCloud