Enable CAPTCHA in password reset
-
- UpdatedFeb 1, 2024
- 1 minute read
- Washington DC
- Platform Security
Use the password_reset.captcha.ignore property to enable or disable requiring a CAPTCHA challenge when a user resets their password.
Set password_reset.captcha.ignore to the recommended value of false to require a CAPTCHA challenge for a user to reset their password. Set the value to true to ignore the CAPTCHA option for a password reset.
CAPTCHAs help prevent automation attacks by prompting the user for a challenge-response that is not easily answered by automated systems. If CAPTCHA is disabled, an attacker may be more successful during automated attacks against the password reset feature.
More information
To learn more about adding or creating a system property, see Add a system property.