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

Bug Report: Accepting Invalid Email Format in Text Field #245

Closed
HoangMinhKhoiPham opened this issue Apr 15, 2024 · 4 comments
Closed

Bug Report: Accepting Invalid Email Format in Text Field #245

HoangMinhKhoiPham opened this issue Apr 15, 2024 · 4 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request hacktoberfest

Comments

@HoangMinhKhoiPham
Copy link

Describe the bug

The system allows the input of an invalid email format in the email text field, even when using fuzzing like '!7#%"#0=)$;%6;>638:>80"=</>(/:-(2<4 !:56856&?""11<7+%<%7,4.8,+&,,$,."5%<%76< -5'.

To Reproduce

Steps to reproduce the behavior:

Navigate to the email text field.
Enter the invalid email format '!7#%"#0=)$;%6;>638:>80"=</>(/:-(2<4 !:56856&?""11<7+%<%7,4.8,+&,,$,."5%<%76< -5'.
Proceed with any further steps as required by the system.
Observe that the system accepts the invalid email format without displaying an error message.
Expected behavior

The system should reject the input of an invalid email format and display an error message prompting the user to enter a valid email address.

Screenshots

N/A

Desktop (please complete the following information):

N/A

Smartphone (please complete the following information):

N/A

Additional context

Accepting invalid email formats poses a security risk and can lead to confusion for users. The system should enforce proper email format validation to ensure data integrity and security.

@hieuwu
Copy link
Owner

hieuwu commented Apr 15, 2024

Initially it was inteded not to add data validation for simplicity. Thank you for your suggestion. This will be added shortly.

@hieuwu hieuwu added enhancement New feature or request bug Something isn't working labels Apr 15, 2024
@DevJethava
Copy link
Contributor

Hello, I can work on this

@hieuwu
Copy link
Owner

hieuwu commented Oct 11, 2024

Hello, I can work on this

Hey thanks for noticing. Please go for it!

@DevJethava
Copy link
Contributor

Please assign me the issue @hieuwu. I'll start working on it.

hieuwu added a commit that referenced this issue Oct 11, 2024
solve Invalid Email Format in Text Field #245
@hieuwu hieuwu closed this as completed Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants