--- logintoboggan_1.module	Mon Jan 30 18:29:24 2006
+++ logintoboggan_1.module.new	Mon Jan 30 18:25:57 2006
@@ -87,7 +87,7 @@ function logintoboggan_menu($may_cache) 
 
     //local tab for password request form
     $items[] = array('path' => 'toboggan/password', 'title' => t('request new password'), 'callback' =>
-      'user_pass', 'access' => $user->uid == 0, 'type' => MENU_LOCAL_TASK, 'weight' => 3);
+      'logintoboggan_pass', 'access' => $user->uid == 0, 'type' => MENU_LOCAL_TASK, 'weight' => 3);
 
     //local tab for user validate routine
     $items[] = array('path' => 'user/validate', 'title' => t('validate email address'),
@@ -741,4 +741,9 @@ function logintoboggan_eml_validate_url(
 
 function logintoboggan_eml_rehash($password, $timestamp, $mail){
   return md5($timestamp . $password . $mail);
+}
+
+function logintoboggan_pass() {
+  drupal_set_title(t('request new password'));
+  user_pass();
 }
