Skip to content

Commit 7bcf3ca

Browse files
authored
Turn off spellchecking of the username (#1194)
* Safari is being picky plus usernames don't have to be grammatcially correct * Turn off some others... not all are outside of Safari Post #1174 Auto-merge
1 parent 3ce2370 commit 7bcf3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/pages/loginPage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h3>
2121
</noscript>
2222
<div class="input-group">
2323
<span class="input-group-addon"><i class="fa fa-user fa-fw"></i></span>
24-
<input class="form-control" type="text" name="username" value="{{wantname}}" placeholder="Username">
24+
<input class="form-control" type="text" name="username" value="{{wantname}}" placeholder="Username" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off">
2525
<select name="auth" class="form-control">
2626
{{#strategies}}
2727
<option value="{{strat}}" {{#selected}}selected="selected"{{/selected}}>{{display}}</option>

0 commit comments

Comments
 (0)