Wrong activation/confirmation link in email
It seems to use (src): $message .= network_site_url( “wp-login.php?action=rp&key=$key&login=” . rawurlencode( $user_login ), ‘login’ ) . ‘&wp_lang=’ . $locale . “\r\n\r\n”; but not wp_lostpassword_url(), most likely because of the extra arguments, like key and wp_lang and a different action value. You could look into the network_site_url filter during the lostpassword_post action, that is fired within … Read more