diff options
author | Colin Guthrie <colin@mageia.org> | 2014-03-28 15:15:30 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-03-28 15:15:30 +0000 |
commit | 3e014a957d2f39e38d2880b74d4b8b3bc7661827 (patch) | |
tree | e19bb504fd0e65ad9d53a4c52af7f9f3766d4002 /root | |
parent | fe4e12677edc10061a1bd7c3bc180375d7e61ba3 (diff) | |
download | identity-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.tt | 2 |
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> |