From f81b4421fe225ef9ce5fa7cb01539e0ed4439c43 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 11 Jun 2008 12:33:08 -0400 Subject: instructions darcs-hash:20080611163308-84dde-c918f04fe6bba3dd382b822ef59cb70a57bb9504.gz --- actions/register.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actions/register.php') diff --git a/actions/register.php b/actions/register.php index d41eb9490..e192d5296 100644 --- a/actions/register.php +++ b/actions/register.php @@ -121,6 +121,11 @@ class RegisterAction extends Action { common_show_header(_t('Register')); if ($error) { common_element('div', 'error', $error); + } else { + common_element('div', 'instructions', + _t('You can create a new account with the following form. ' . + 'Your user name must be 1-64 characters, only lowercase letters or numbers. ' . + 'Passwords have to match, and your email address should be valid.')); } common_element_start('form', array('method' => 'POST', 'id' => 'login', -- cgit v1.2.3-54-g00ecf