Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To use Double-Opt-In, a redis version greater or equal to 3.0 has to be installed. 

...

Prerequisites

  • Redis 3.x or greater
  • (warning) do not activate reCAPTCHA - due to GDPR concerns it is not recommended to use anymore (before March 2022: It is also recommended to enable reCAPTCHA on the applicant portal.)

Configuration

In the applicant portal configuration (appsettings.config or Settings.config) the following line needs to be added.

Code Block
...
  <!-- Double OptIn -->
  <add key="DoubleOptInKey" value="0655367566B59703373472B4B62536763979244226452948404D635166546A57" />
...

The key value is a 64 character random key, that can be generated with e.g. this tool: https://www.guidgenerator.com/online-guid-generator.aspx, which creates a 32 char key, so do it 2x and combine the 2

After the configruation of the applicant portal has been completed, double-opt-in needs to be activated for an applicant portal in the eRecruiter settings.

  • Administration → Miscellaneous → Applicant portal settings → {

...

  • ApplicantPortal} → General settings → Double-Opt-In registration.

 

After activating this option, double-opt-in should be activated for registration on the

...

 

1.)   An applicant creates a new profile in the applicant portal

 Image Removed

2.)    This applicant data is saved for 24 hours in the redis database

...

applicant portal.

FAQ

  1. The double-opt-in

...

4.)    Through the Double-Opt-In link and the token, the applicant is forwarded to the registration page, where is his name and email have already been filled out. Afterwards, the registration process takes place as usual.

...

  1. information will be stored for 24 hours and removed if the activation is not completed.
  2. The workflow that is completed by the applicant can be viewed in the Double-OptIn user documentation.