X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/366dedf71b3cdd775251c7cea4b1519b44b37164..03c8b0becd6264301a64e9201588c60c9b588ad1:/floof/templates/account/register.mako?ds=inline diff --git a/floof/templates/account/register.mako b/floof/templates/account/register.mako index 2de23a4..70d64b0 100644 --- a/floof/templates/account/register.mako +++ b/floof/templates/account/register.mako @@ -4,7 +4,7 @@ ${h.form(url('register_finish'), method='POST')}
-
Username
+
Username—lowercase letters, digits, and hyphens only; no more than 20 characters
${h.text('username', value=c.username)}
${h.submit(None, 'Register')}