diff options
Diffstat (limited to 'actions/login.php')
-rw-r--r-- | actions/login.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/login.php b/actions/login.php index 1a69bd9c4..5544fd878 100644 --- a/actions/login.php +++ b/actions/login.php @@ -66,8 +66,7 @@ class LoginAction extends Action { } 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!)')); + 'Don\'t have a username yet? Choose register above. ')); } common_element_start('form', array('method' => 'POST', 'id' => 'login', |