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

Added Trusted email validation functionality in Signup form #253

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

ygowthamr
Copy link
Contributor

PR Description: Implemented Email Domain Validation in Signup Form

Fixes #250

  1. Added validation to allow only trusted email domains: gmail.com, outlook.com, yahoo.com, protonmail.com, icloud.com, tutanota.com, and more.
  2. Displays an alert message if the email is from an untrusted domain and blocks submission.
  3. Ensures data integrity by filtering spam and temporary emails.

@Vimall03
Pls add level, gssoc-extd.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Thank you for contributing to this project, your support is much appreciated.

Stay awesome! 😎

@ygowthamr
Copy link
Contributor Author

@Vimall03 Pls check and merge my PR.

@ygowthamr
Copy link
Contributor Author

@Vimall03 pls merge my PR.

@Vimall03 Vimall03 merged commit 49a3364 into Vimall03:main Nov 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] : Implement Email Domain Validation in Signup Form
2 participants