Forgotten Password not passing Email to reset function.
-
The $_POST[‘Email’] variable seems to be empty – even though the form posts it.
In /plugins/front-end-only-users/Functions/Process_Front_End_Forms.php where the following is done:
if($Username_Is_Email == “Yes”) {
$User = $wpdb -> get_row( $wpdb -> prepare( “SELECT * FROM $ewd_feup_user_table_name WHERE Username = ‘%s'”, $_POST[‘Email’] ) );$_POST is empty.
I must be missing something – can you advise please?
Thanks,
Emmett
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Forgotten Password not passing Email to reset function.’ is closed to new replies.