Updated help message on username field
This commit is contained in:
parent
411cf7f7b0
commit
ec3d78ac3f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<form method="POST" action="/register" class="form-group">
|
||||
<input name="username" type="text" class="form-control" style="margin-bottom: 12px; margin-top: 12px; height:45px;" tabindex="1" placeholder="Username" />
|
||||
<small id="usernameHelpBlock" class="form-text text-muted">
|
||||
Your username must be under 15 characters long, contain letters and numbers, and must not contain spaces, special characters, or emoji.
|
||||
Your username must be under 15 characters long, can contain letters and numbers, and must not contain spaces, special characters, or emoji.
|
||||
</small>
|
||||
<input name="email" type="text" class="form-control" style="margin-bottom: 12px; margin-top: 12px; height:45px;" tabindex="2" placeholder="Email address" />
|
||||
<input name="password" type="password" class="form-control" style="margin-bottom: 12px; height:45px;" tabindex="3" placeholder="Password" />
|
||||
|
|
Loading…
Add table
Reference in a new issue