Open ip6li opened 1 year ago
Hi @ip6li
Thank you for raising this concern 🙂 Returning true
will completely disable the email validation check. We don't want this.
Could you share the pattern format of the email you have used? FYI, the email functions use the native PHP function filter_var
with FILTER_VALIDATE_EMAIL
, as follow ($sEmail, FILTER_VALIDATE_EMAIL)
to determine if an email is valid or not.
Describe the bug
After entering login data for admin123 message "Your Email must be a valid email address." appears, but e-mail address is valid.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
e-mail address should validate
Screenshots / Screencasts
Workaround
To get this working, I considered following workaround: