X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Flogin.php;h=5544fd8786a4ea79ccb6553075391234731228e5;hb=d0559fdf4dafcaf8446b437f4af089c944a23d09;hp=1a69bd9c402442035ce58d09312670d53ce2501c;hpb=f81b4421fe225ef9ce5fa7cb01539e0ed4439c43;p=quix0rs-gnu-social.git diff --git a/actions/login.php b/actions/login.php index 1a69bd9c40..5544fd8786 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',