I apologize for posting that question, I finally thought to check the php, and found the problem in wp-register.php. In line 77, I changed
$message .= __(‘Password’) . “: $new_pass\r\n”;
to
$message .= __(‘Password’) . “: $password\r\n”;
and now it’s working perfectly.
P.S.; I’m using 1.5-gamma