diff options
Diffstat (limited to 'actions/login.php')
-rw-r--r-- | actions/login.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/login.php b/actions/login.php index 3919b4f7e..83fa3ed23 100644 --- a/actions/login.php +++ b/actions/login.php @@ -75,6 +75,10 @@ class LoginAction extends Action { 'not for shared computers!')); common_submit('submit', _t('Login')); common_element_end('form'); + common_element_start('p'); + common_element('a', array('href' => common_local_url('recoverpassword')), + _t('Lost or forgotten password?')); + common_element_end('p'); common_show_footer(); } |