Email Enforcement #1088
Closed
FeTetra wants to merge 23 commits into
Closed
Conversation
… and email is unverified
Contributor
Qodana for .NET1080 new problems were found
☁️ View the detailed Qodana report Detected 72 dependenciesThird-party software listThis page lists the third-party software dependencies used in ProjectLighthouse Contact Qodana teamContact us at qodana-support@jetbrains.com
|
96d8352 to
f77e5ee
Compare
2fbf237 to
3fb1441
Compare
sudokoko
requested changes
Feb 19, 2025
sudokoko
requested changes
Mar 2, 2025
Zaprit
requested changes
Mar 5, 2025
sudokoko
approved these changes
Mar 7, 2025
Member
sudokoko
left a comment
There was a problem hiding this comment.
I have no more comments - good luck on the Slendy portion of this PR review.
Slendy
requested changes
Mar 7, 2025
Contributor
Slendy
left a comment
There was a problem hiding this comment.
First review pass. The most glaring issues are the config being defined in 2 places and the email blacklist not being case insensitive.
Contributor
|
Is there a particular part of the PR review that we are stuck on that I can try to do some outreach to get us help with? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements server wide enforcement for email addresses by making GameServer features inaccessible when certain conditions regarding a user's email address are not met.
These conditions are:
This PR also implements a check to determine if an inputted email's domain is within a user specified blacklist of email domains. This can be useful for preventing users from signing up with temporary email services.
All features implemented are toggleable. Meaning none of these features are required per instance and users can customize many things about them. This includes the list of blacklisted domains; the list of blocked endpoints when a user does not have a verified email; and whether they want to enable or disable the email blacklist or email enforcement as a whole.