From 2354faf7ac87f191b7d4906e40e82172199accb9 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 12 Jun 2008 12:52:01 -0400 Subject: add instructions to each form entry in forms darcs-hash:20080612165201-84dde-1abc45a0b2fd24002bc6f3449e9fc521d4f02eac.gz --- actions/login.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'actions/login.php') 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', -- cgit v1.2.3-54-g00ecf