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

Trusted_Email #104

Merged

Conversation

smog-root
Copy link
Contributor

@smog-root smog-root commented Oct 12, 2024

Fixes #101

During the signup and login process, extract the domain from the user's email address and compare it against a predefined list of trusted providers. If there is a match, allow the signup and login to proceed, if not, display an error message.

Trusted Email services :- gmail.com , outlook.com , yahoo.com , protonmail.com , icloud.com , tutanota.com

Note:- Add all labels added to issue #101 to this PR. So that GSSoC team can easily recognize the commit!
and you have not added hacktoberfest-accepted . label add it too!

login.html


signup.html

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 @smog-root for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better

@Harshdev098
Copy link
Owner

Harshdev098 commented Oct 13, 2024

@smog-root Please edit your PR description its only refers the issue, include Fixes #<issue_number>

@smog-root
Copy link
Contributor Author

I have edited!!!. Merge it!!

@Harshdev098 Harshdev098 merged commit d864b8a into Harshdev098:main Oct 13, 2024
1 check passed
@Harshdev098 Harshdev098 added hacktoberfest This issue belongs to hacktoberfest gssoc-ext This issue is under GSSoc Ext program level3 labe3 label for gssoc hacktoberfest-accepted label for accepted PRs under hacktoberfest labels Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext This issue is under GSSoc Ext program hacktoberfest This issue belongs to hacktoberfest hacktoberfest-accepted label for accepted PRs under hacktoberfest level3 labe3 label for gssoc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Signup Using Trusted Email Services
2 participants