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 17:18:59 -0200
commitd691465c720a0a378fe091b22c929ca38a2d0b4d (patch)
tree6431443f84dd8c2746a3cb8068a055141dcda615 /usr/local/www/system_hasync.php
parent03226d75ba52c78d33c5afaaa81379baf0d3856f (diff)
downloadpfsense-d691465c720a0a378fe091b22c929ca38a2d0b4d.zip
pfsense-d691465c720a0a378fe091b22c929ca38a2d0b4d.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