Verify new email address problem
-
Hi,
I got a problem when I change my email.
I got the following message after changed my email:
=====
There is a pending change of your email address to new_email.
Check your email (old_email) for the verification link. Cancel
=====And I received verification email which sent to new_email but not old_email.
Should the verification send to old_email?I found the code in bp-settings-actions.php may be incorrect:
// Send the verification email wp_mail( $user_email, sprintf( __( '[%s] Verify your new email address', 'buddypress' ), wp_specialchars_decode( bp_get_site_name() ) ), $content );
it should be
$old_user_email
, right?
- The topic ‘Verify new email address problem’ is closed to new replies.