By azwildcat on
How can I put a "Forgot Password" link below the password field in the log in page. I'll take out the forgot password tab with tab tamer. I'm just trying to reduce three tabs to two to make the log in/register page cleaner.
Comments
=-=
a custom module implementing hook_form_alter may be the way forward, or a custom tpl.php file to theme the login page adding your HTML to the retrieve password form.