Enable CAPTCHA in password reset
Use the password_reset.captcha.ignore property to enable or disable requiring a CAPTCHA challenge when a user resets their password.
If the password_reset.captcha.ignore system property is not set to the recommended value of false, then a CAPTCHA challenge-response will not be used during the password reset process. CAPTCHAs help prevent automation attacks by prompting the user for a challenge-response that is not easily answered by automated systems.
Ensure that the property password_reset.captcha.ignore is set to false.
Note:
This property is used for password reset automation only.
More information
| Attribute | Description |
|---|---|
| Configuration name | password_reset.captcha.ignore |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | |
| Recommended value | false |
| Default value | <none> |
| Fallback value | false |
| Category | Authentication |
| Security risk |
|
| Functional impact | None |
| Dependencies and prerequisites | None |
To learn more about adding or creating a system property, see Add a system property.