watchdog('user','Password reset instructions mailed to %name at %email.',array('%name'=>$account->name,'%email'=>$account->mail));
drupal_set_message(t('Further instructions have been sent to your e-mail address.'));
}
else{
watchdog('user','Error mailing password reset instructions to %name at %email.',array('%name'=>$account->name,'%email'=>$account->mail),WATCHDOG_ERROR);
drupal_set_message(t('Unable to send mail. Please contact the site admin.'));