aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-09-22 09:19:57 +0000
committerNicolas Vigier <boklm@mageia.org>2013-09-22 09:19:57 +0000
commitd2df7291e8cd17a649465e73faf8cfcf2d086c84 (patch)
treefd075bc7113d466df64ad0bbd7390d7962ea098f /root
parentf98e976292b506a31ca3ebefeaa72db60ee0c56a (diff)
downloadidentity-d2df7291e8cd17a649465e73faf8cfcf2d086c84.tar
identity-d2df7291e8cd17a649465e73faf8cfcf2d086c84.tar.gz
identity-d2df7291e8cd17a649465e73faf8cfcf2d086c84.tar.bz2
identity-d2df7291e8cd17a649465e73faf8cfcf2d086c84.tar.xz
identity-d2df7291e8cd17a649465e73faf8cfcf2d086c84.zip
register: Add info about allowed characters in username
Diffstat (limited to 'root')
-rw-r--r--root/register/index.tt1
1 files changed, 1 insertions, 0 deletions
diff --git a/root/register/index.tt b/root/register/index.tt
index 7ee6b9e..bebe016 100644
--- a/root/register/index.tt
+++ b/root/register/index.tt
@@ -7,6 +7,7 @@
<h3>[% l('Username') %]</h3>
<label for="uid_">[% l('Username') %]</label><br />
<input id="uid_" type="text" name="uid" value="[% c.request.params.uid %]" /><br />
+ [% l('Allowed characters: lower case letters, numbers and "-"') %]
<p>
<h3>[% l('Personal Information') %]</h3>