Enable CAPTCHA for customer registration
Reduce the risk of requests by malicious bots by enabling CAPTCHA for customer registration.
The sn_customerservice.captchaEnabled system property determines if CAPTCHA validation is enabled or disabled for customer registration on the Customer Service Management Portal.
Set the system property sn_customerservice.captchaEnabled to true to enable CAPTCHA validation. If the property isn’t on the System Properties [sys_properties] table, the default value is true.
More information
| Attribute | Description |
|---|---|
| Configuration name | sn_customerservice.captchaEnabled |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | true |
| Default value | true |
| Fallback value | true |
| Category | Authentication |
| Security risk |
|
| Functional impact | Registering users may have a negative experience from having to pass the CAPTCHA validation. |
| Dependencies and prerequisites | None |
To learn more about adding or creating a system property, see Add a system property.