HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

ApplicantsIP 0.1.0

Checks IP duplicates among new applicants.

UPDATE after Vaz's post:

You'll need to add a line to /themes/settings_applicants_form.php

$this->DelegateParameters['Applicant'] = &$Applicant;

around line 38, right before
$this->DelegateParameters['ApplicantList'] = &$ApplicantList; $this->CallDelegate('PostEmailAddress');

Questions