summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-09-22 11:32:12 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-09-22 11:33:19 +0200
commitbc2f7f596f727e204e8b8c5b849545745b3cbfaa (patch)
tree062fd67ef92cfadf38955bd91d845bfb79558737
parent9c5bfbee5b42ea50a5611c537b8dbf01d7a64f79 (diff)
Explain username rules on registration page
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--application/views/user/register.php1
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>