Force uppercase in username field
This commit is contained in:
parent
61f4ca1842
commit
dbbc664fe9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<form action="/login" method="post">
|
||||
<div class="form-group">
|
||||
<label for="username">Nome utente</label>
|
||||
<input type="text" class="form-control" id="username" name="username" placeholder="Nome utente" required autofocus="" />
|
||||
<input type="text" class="form-control uppercase" id="username" name="username" placeholder="Nome utente" required autofocus="" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="password">Password</label>
|
||||
|
|
Loading…
Reference in a new issue