reset password link redirect to login page
I just found the answer: www.example.com/wp-login.php?redirect_to=url?action=rp&key=XXXXX&login=XXX contains the fragment ?redirect_to=url. Some plugin you have installed seems to add this using wp_login_url(‘url’);, which results in an incorrect formatting of the url. Used with wp_login_url() your problems should be fixed.