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

[FEAT] : Implement Email Domain Validation in Signup Form #250

Closed
ygowthamr opened this issue Nov 8, 2024 · 1 comment · Fixed by #253
Closed

[FEAT] : Implement Email Domain Validation in Signup Form #250

ygowthamr opened this issue Nov 8, 2024 · 1 comment · Fixed by #253

Comments

@ygowthamr
Copy link
Contributor

ygowthamr commented Nov 8, 2024

Issue Summary

Implement Email Domain Validation in Signup Form

Issue Description

  1. Email Domain Validation:

    • Implementing a function to allow only trusted domains: gmail.com, outlook.com, yahoo.com, protonmail.com, icloud.com, and tutanota.com.
  2. Invalid Email Handling:

    • Displays an error message if the entered email does not belong to a trusted provider.
  3. Real-Time Feedback:

    • Users receive instant error messages to improve input accuracy and user experience.
  4. Impact:

    • Helps prevent spam and ensures reliable communication with genuine users.

@Vimall03
Pls assign me this issue and give me labels, level.

Copy link

github-actions bot commented Nov 8, 2024

🎉 Thank you for your interest in contributing to this repository! Please wait while we review and assign this issue to you. In the meantime, feel free to ⭐ the repo to stay updated on future developments.

Stay awesome! 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment