aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-03-28 15:15:30 +0000
committerColin Guthrie <colin@mageia.org>2014-03-28 15:15:30 +0000
commit3e014a957d2f39e38d2880b74d4b8b3bc7661827 (patch)
treee19bb504fd0e65ad9d53a4c52af7f9f3766d4002 /root
parentfe4e12677edc10061a1bd7c3bc180375d7e61ba3 (diff)
downloadidentity-3e014a957d2f39e38d2880b74d4b8b3bc7661827.tar
identity-3e014a957d2f39e38d2880b74d4b8b3bc7661827.tar.gz
identity-3e014a957d2f39e38d2880b74d4b8b3bc7661827.tar.bz2
identity-3e014a957d2f39e38d2880b74d4b8b3bc7661827.tar.xz
identity-3e014a957d2f39e38d2880b74d4b8b3bc7661827.zip
Change help text about what makes up a valid username now that we've removed -'s
Diffstat (limited to 'root')
-rw-r--r--root/register/index.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/register/index.tt b/root/register/index.tt
index bebe016..c4b2ad6 100644
--- a/root/register/index.tt
+++ b/root/register/index.tt
@@ -7,7 +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 "-"') %]
+ [% l('Allowed characters: lower case letters and numbers') %]
<p>
<h3>[% l('Personal Information') %]</h3>