Project

General

Profile

« Previous | Next » 

Revision fa2122b0

Added by Renato Botelho over 10 years ago

Fix password field name

View differences:

usr/local/www/system_hasync.php
178 178
	<tr valign="top">
179 179
		<td width="22%" class="vncell">Remote System Password</td>
180 180
		<td class="vtable">
181
			<input  id='password' type='password'  name='password' class='formfld pwd' value='<?= htmlentities($pconfig['password']); ?>' />
181
			<input  id='passwordfld' type='password'  name='passwordfld' class='formfld pwd' value='<?= htmlentities($pconfig['passwordfld']); ?>' />
182 182
			<br />
183 183
			Enter the webConfigurator password of the system entered above for synchronizing your configuration.<br />
184 184
			<br />

Also available in: Unified diff