You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is why I hate Regex to check email, and I prefer to send an email to my user. To check email with a regex, you need to cover ALL the possibility. For example me@møteiv.priv.no won't work with this gem.
For testing, we use + signs in the email (ex: [email protected] is automatically sent to [email protected]). However, the gem is saving [email protected] as ak [email protected].
The text was updated successfully, but these errors were encountered: