Commit 231c5fbd authored by cbasolutions's avatar cbasolutions

Update authgui.inc

Added autocapitalize="off" autocorrect="off" to the input for the logon form usernamefld. When using from an iPhone/iPad the first character of the username is capitalized automatically.
parent 7566fa09
......@@ -261,7 +261,7 @@ function display_login_form()
<div class="form-group">
<label for="usernamefld"><?=gettext("Username:"); ?></label>
<input id="usernamefld" type="text" name="usernamefld" class="form-control user" tabindex="1" autofocus="autofocus" />
<input id="usernamefld" type="text" name="usernamefld" class="form-control user" tabindex="1" autofocus="autofocus" autocapitalize="off" autocorrect="off" />
</div>
<div class="form-group">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment