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

Suggestion: Wildcard #4

Open
McCrisp opened this issue Jun 20, 2017 · 1 comment
Open

Suggestion: Wildcard #4

McCrisp opened this issue Jun 20, 2017 · 1 comment

Comments

@McCrisp
Copy link

McCrisp commented Jun 20, 2017

Would it be possible to implement a lightswitch to toggle wildcards?
If this is active xx.domain.com would also validate if domain.com is in the list.

In some cases, we know the main domain of the users, but some of them might have wildcard emails. Instead of inserting all of them, we could use the whildcard option to allow any email that is a wildcard of an email in the list.

  • Mathias
@JasonEtco
Copy link
Owner

@McCrisp it's been a bit of time since I've looked at this repo, but as far as I remember it is actually a wildcard kind of check. As in, it checks to see if a string exists in the new user's email.

Adding google.com would disallow [email protected] and [email protected]. If you did want to be more granular, you could specifically disallow mail.google.com. Does that answer your question?

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

No branches or pull requests

2 participants