Commit 9afe7172 authored by Franco Fichtner's avatar Franco Fichtner

Merge pull request #233 from cbasolutions/patch-1

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.
parents 9dcb7e97 231c5fbd
......@@ -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