In the template.php file, implement the following function :
function phptemplate_menu_local_task($link, $active = FALSE) {
if ($link == '<a href="/user/password">Demander un nouveau mot de passe</a>') return '';
if ($link == '<a href="/user">Se connecter</a>') return '';
return theme_menu_local_task($link, $active);
}