PassInfoServer Security Context Properties

The following table explains the PassInfoServer Security context properties that are used for reCAPTCHA implementation in PASS-Web:

The reCAPTCHA validation has also been added to some PASS-Web G3 forms.

Property Description
PASS > PassInfoServer > Security > CaptchaMode

Sets the type of security validation applied when users fill in forms in order to prevent spam.

The options are:
  • None - If selected, no validation is applied when the form is submitted. (This is the default.)
  • ReCaptcha V1 - Deprecated.
  • HoneyPot - If selected, users are not required to complete additional validation fields. (The variables are hidden.)

  • reCaptcha V2 - If selected, this version of reCaptcha, which requires less user interaction, is applied.

  • reCaptcha V3 - If selected, this version of the reCaptcha challenge is applied.

PASS > PassInfoServer > Security > HoneyPot > Constant

Sets a value for the variable that will not be changed when a user submits a completed form, for example, registration. (Honeypot is another security system that aims to detect and counteract spam and unauthorized use of the product.)

PASS > PassInfoServer > Security > HoneyPot > ChangeOnAction

Sets a value for a variable that a user is expected to change when completing a form. The default is 'true'.

PASS > PassInfoServer > Security > Recaptcha > V2 > PrivateKey

Private key for the reCaptcha V2 service.
PASS > PassInfoServer > Security > Recaptcha > V2 > PublicKey Public key for the reCaptcha V2 service.
PASS > PassInfoServer > Security > Recaptcha > V3 > PrivateKey Private key for the reCaptcha V3 service.
PASS > PassInfoServer > Security > Recaptcha > V3 > PublicKey Public key for the reCaptcha V3 service.