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

    (@nathan-adams)

    In the end I just edited line 347 of useremails.php, changing
    $Template_Body = str_replace ( '[password_reset_url]', wp_login_url ( ) . '?action=rp&key=' . $Key . '&login=' . $User_Login, $Template_Body );
    to
    $Template_Body = str_replace ( '[password_reset_url]', wp_login_url ( ) . '?action=rp&key=' . $Key . '&login=' . rawurlencode($User_Login), $Template_Body );

    That seems to have done the trick.

    Plugin Author CreativePixelPress

    (@creativepixelpress)

    Thanks for letting us know about this – we will include a fix for this in the next update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Password Reset URL broken if username contains a space’ is closed to new replies.