Emails with apostrophe don't work
-
I have user’s with emails that have apostrophes in them.
When that user logs in the apostrophe gets escaped and then it doesn’t pass validation.
On line 103 of swpl_engine.php add stripslashes() function to fix this.
$user = get_user_by('email', stripslashes( $email ) );Apostrophes in email addresses are valid I only found this out recently.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Emails with apostrophe don't work’ is closed to new replies.