To use Double-Opt-In, a redis version greater or equal to 3.0 has to be installed.
...
Prerequisites
- Redis 3.x or greater
- It is also recommended to enable reCAPTCHA on the applicant portal.
Configuration
In the applicant portal configuration the following line needs to be added.
Code Block |
---|
...
<!-- Redis cache configuration-->
<add key="CacheEndpoint" value="REDIS_CONNECTION_STRING" />
... |
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.
Afterwards, Double-Opt-In After activating this option, double-opt-in should be activated for registration on the portal and is used as follows:
1.) An applicant creates a new profile in the applicant portal
2.) This applicant data is saved for 24 hours in the redis database
3.) After successful pre-registration, a applicant portal.
FAQ
- The double-opt-in
...
- information will be stored for 24 hours and removed if the activation is not completed.
- The workflow that is completed by the applicant can be viewed in the Double-OptIn user documentation.