Hello,
I have gone through other posts to try and figure out the problem with the password recovery tool. I cannot generate an email to a user who has forgotten their password.
I disabled fluency admin, which was a known conflict plugin. I also activated the default wordpress theme, however the problem still persisted.
I have commented out the auto-email of registration information as found in these posts: http://www.tipsandtricks-hq.com/forum/topic/4-emails-upon-initial-registration-please-help
By commenting out:
"wp_eMember1.php" - //wp_aff_send_sign_up_email($user_name,$pwd,$aemail);
and also commenting out:
"eMember_misc_functions.php" - //wp_mail($_POST['aemail'],$subject_rego_complete,$email_body1,$headers);
Have I ruined the ability for a user to recover their password?
Thank you