Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email validation allows spaces example : testemail @gmail.com #44837

Closed
andrisunardi opened this issue Nov 4, 2022 · 2 comments
Closed

Email validation allows spaces example : testemail @gmail.com #44837

andrisunardi opened this issue Nov 4, 2022 · 2 comments

Comments

@andrisunardi
Copy link

  • Laravel Version: 9.36.4
  • PHP Version: 8.1.12
  • Database Driver & Version: Mysql

Description:

Requests Validation Email, not validate space after at, example testemail @gmail.com

Steps To Reproduce:

Create LoginRequest

        $rules['email'] = [
            'required',
            'email',
            'min:6',
            'max:255',
        ];

Issue references : Email validation allows spaces #28233

@driesvints
Copy link
Member

Hi, if you think this is an invalid email address you should open a ticket with https://github.com/egulias/EmailValidator which we use under the hood to validate these. Thanks

@kapersoft
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants