Site icon Hip-Hop Website Design and Development

Why wp_update_user does not replace user_activation_key on customers with apostrophes of their e-mail?

WordPress at present permits apostrophes in e-mail addresses. Nonetheless, when a person with an apostrophe of their e-mail tries to carry out a password reset, the user_activation_key is invalid.

It appears as if user_activation_keys could be generated for customers with apostrophes of their e-mail, however the important thing can’t be saved within the wp_user desk.

I’ve tried manually setting user_activation_keys for customers with apostrophes by calling wp_update_user to no avail.

Why is that this? Is there a method to bypass the get_password_reset_key for customers with apostrophe emails?