Updated help message on username field

This commit is contained in:
Socks 2018-03-28 03:16:04 +01:00
parent 411cf7f7b0
commit ec3d78ac3f

View file

@ -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" />