• chrima

    (@chrima)


    I’ve just set up WordPress. and am very happy with it. I’ve gotten the template adjusted the way I want it for the most part, though there is a lot of refining to do, colors to adjust, etc.

    I’m having a problem with user registration though. While it lets the user register, then happily sends them their welcome email, the password is blank. It has a password: statement, it just doesn’t include that password. If the user then goes to the site and clicks on forgotten password, the email they receive _does_ have the password.

    I was wondering if anyone else had experienced this, or had any thoughts on where I might look to find the problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter chrima

    (@chrima)

    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

    lyklev

    (@lyklev)

    I noticed it too, and I reported it. It has been corrected in the CVS, and should be corrected in tomorrow’s nightly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New user registration email’ is closed to new replies.