diff options
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/authgui.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc index ab348a0..e950345 100644 --- a/etc/inc/authgui.inc +++ b/etc/inc/authgui.inc @@ -247,7 +247,7 @@ if($config['virtualip']) <p> <span style="text-align:left"> <?=gettext("Password"); ?>: <br> - <input onclick="clearError();" onchange="clearError();" id="passwordfld" type="password" name="passwordfld" autocomplete="off" class="formfld pwd" tabindex="2" /> + <input onclick="clearError();" onchange="clearError();" id="passwordfld" type="password" name="passwordfld" class="formfld pwd" tabindex="2" /> </span> </p> <br> @@ -268,4 +268,4 @@ if($config['virtualip']) <?php } // end function -?> +?>
\ No newline at end of file |