diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-11 12:33:08 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-11 12:33:08 -0400 |
commit | f81b4421fe225ef9ce5fa7cb01539e0ed4439c43 (patch) | |
tree | 4e2630fd97551c5097943a44bcc484d58e43e3dc /actions/login.php | |
parent | 337d146c4658f9af7275e57ec5f83ffe790fc2f7 (diff) |
instructions
darcs-hash:20080611163308-84dde-c918f04fe6bba3dd382b822ef59cb70a57bb9504.gz
Diffstat (limited to 'actions/login.php')
-rw-r--r-- | actions/login.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/login.php b/actions/login.php index 3a93c466f..1a69bd9c4 100644 --- a/actions/login.php +++ b/actions/login.php @@ -63,6 +63,11 @@ class LoginAction extends Action { common_show_header(_t('Login')); if ($error) { common_element('div', array('class' => 'error'), $error); + } else { + common_element('div', 'instructions', + _t('Login with your username and password. ' . + 'Don\'t have a username yet? Choose register above. ' . + '(Forgot your password? No way to get it back... yet. It\'s on the TODO list!)')); } common_element_start('form', array('method' => 'POST', 'id' => 'login', |