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

Add option to blacklist emails when registering users #4946

Merged
merged 2 commits into from Jun 18, 2021

Conversation

tomasr8
Copy link
Member

@tomasr8 tomasr8 commented Jun 14, 2021

Closes #4644

Adds a new field to the admin user settings cog menu where one can specify a
comma-separated list of blacklisted email addresses.

It is possible to use specific addresses or wildcard patterns using the symbol *, e.g., *@gmail.com,
which would blacklist all @gmail.com emails.

image

Screenshot from 2021-06-14 14-44-55

indico/modules/users/forms.py Outdated Show resolved Hide resolved
indico/modules/users/__init__.py Outdated Show resolved Hide resolved
indico/modules/auth/forms.py Outdated Show resolved Hide resolved
@tomasr8 tomasr8 marked this pull request as ready for review June 14, 2021 13:38
tomasr8 and others added 2 commits June 18, 2021 18:07
Adds a new field to the admin user settings cog menu
where one can specify a comma-separated list of blacklisted
email addresses.

It is possible to use specific addresses or wildcard patterns
using the symbol *, e.g., `*@gmail.com`,
which would blacklist all `@gmail.com` emails.
@ThiefMaster ThiefMaster enabled auto-merge (squash) June 18, 2021 16:15
@ThiefMaster ThiefMaster merged commit 495a365 into indico:master Jun 18, 2021
plourenco pushed a commit to plourenco/indico that referenced this pull request Jul 6, 2021
* Add option to blacklist emails when registering users

Adds a new field to the admin user settings cog menu
where one can specify a comma-separated list of blacklisted
email addresses.

It is possible to use specific addresses or wildcard patterns
using the symbol `*`, e.g., `*@gmail.com`, which would blacklist
all `@gmail.com` emails.
pferreir pushed a commit to pferreir/indico that referenced this pull request Oct 12, 2021
* Add option to blacklist emails when registering users

Adds a new field to the admin user settings cog menu
where one can specify a comma-separated list of blacklisted
email addresses.

It is possible to use specific addresses or wildcard patterns
using the symbol `*`, e.g., `*@gmail.com`, which would blacklist
all `@gmail.com` emails.
@tomasr8 tomasr8 deleted the email-blacklist branch February 8, 2023 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow blacklisting email addresses for local account registration
2 participants