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

Found a Validation Bug on Laravel Breeze scaffold. #46789

Closed
inckmo opened this issue Apr 15, 2023 · 2 comments
Closed

Found a Validation Bug on Laravel Breeze scaffold. #46789

inckmo opened this issue Apr 15, 2023 · 2 comments

Comments

@inckmo
Copy link

inckmo commented Apr 15, 2023

Laravel Version

10.7.1

PHP Version

8.2.3

Database Driver & Version

MySQL 8.0.30

Description

Found a Bug on Laravel Breeze with Inertia and Vuejs scaffold.

  • The ProfileControllerUpdate Request Rules array not validate valid email address.

  • Store invalid email address in DB and user can login with that invalid email address.

Steps To Reproduce

Below are some Images Provide for better understanding

 

  1. After Register with [email protected] and in profile look like this.

ProfileBefore

 
In the MySql DB

DB-Before

 
 
2. After Email update with invalid not any tld as ext. it save with no validation

Profile-After

 
After Save in MYsql DB

DB-after

@Jubeki
Copy link
Contributor

Jubeki commented Apr 15, 2023

This has already been reported: egulias/EmailValidator#359

@driesvints
Copy link
Member

Thanks @Jubeki

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