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 currently will pass and be valid if you enter in the address test @example.com when in fact it should fail as it contains a space between test and @.
The text was updated successfully, but these errors were encountered:
As mentioned in here, it can be fixed by using email:strict. I think this should be included in the documentation here https://laravel.com/docs/5.2/validation#rule-email. So for that reason I will keep this issue open for now.
Description:
When using the
email
validation (https://laravel.com/docs/5.2/validation#rule-email), it allows white spaces which it should not allow as that is not a valid email address.Steps To Reproduce:
This currently will pass and be valid if you enter in the address
test @example.com
when in fact it should fail as it contains a space between test and @.The text was updated successfully, but these errors were encountered: