diff options
author | Evan Prodromou <evan@controlezvous.ca> | 2008-06-24 17:50:33 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlezvous.ca> | 2008-06-24 17:50:33 -0400 |
commit | 90583f31af6392005b11915e2e0f2a6755ab0ea7 (patch) | |
tree | f1b0935aed1fc56459e14583cf5ec5e028530a36 /actions/login.php | |
parent | 836f5bb756f51e3927d106e6d23eba4d5c237576 (diff) |
rudimentary recoverpassword system
darcs-hash:20080624215033-34904-d5576bf55da26df44f0580c3759ed3edd8597506.gz
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(); } |