]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/login.php
type -> address_type
[quix0rs-gnu-social.git] / actions / login.php
index 3919b4f7e710c31cd28453a4ac7262313f4e9856..83fa3ed23c262f9f7a09f7a5166ad1c6c1bfb8f0 100644 (file)
@@ -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();
        }