diff options
Diffstat (limited to 'application/views/user')
-rw-r--r-- | application/views/user/register.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/views/user/register.php b/application/views/user/register.php index af4558ff9..0f03a2f00 100644 --- a/application/views/user/register.php +++ b/application/views/user/register.php @@ -9,6 +9,7 @@ <label class="control-label col-lg-2 col-md-2" for="inputUsername">Username</label> <div class="col-lg-5 col-md-5"> <input type="text" id="inputUsername" name="username" placeholder="Username" value="<?php echo $values["username"]; ?>" class="form-control"> + <span class="help-block">The username may contain up to 32 chars of a-z0-9 (only lowercase characters).</span> </div> </div> </div> |