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

[16.0][ADD] website_event_mail_unique: new module #389

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

remi-filament
Copy link

This module will check whether an attendee already registered with the same e-mail address.
If this is the case, then depending on configuration, the new registration will either:

  • Replace the previous one
  • Be ignored

This module is quite similar in implemented function to event_registration_partner_unique,
except that you do not have to get a partner for each attendee, you only make check on e-mail.
Also there is no dependency to partner_event module since it is not needed here.

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.

2 participants