Property reference

password_reset.captcha.ignore

The password_reset.captcha.ignore property disables captcha validation functionality. This is primarily used for automation testing, allowing scripts to bypass captcha checks without manual intervention.

Default: false Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? It allows the system to ignore captcha validation during password reset processes, facilitating automated testing scenarios.
What area does it affect? Password reset functionality
What does the default mean? The default value is "false", which means this behavior is disabled by default.
When should you review it? Review this property when setting up or modifying automation testing environments.

Out of the box property record

Raw metadata from the property record.

Property name password_reset.captcha.ignore
Sys ID 06995515bf300100710071a7bf0739c9
Type boolean
Application Global
Default value false
Description Disable captcha validation functionality (Use only for automation testing)
Updated 2024-05-25 04:27:21

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... the amount of time that is used for recording and counting the number of user lockouts. • Type: integer • Default value: 60 (minutes) • Location: Password Reset > Properties password_reset.captcha.ignore Enables and disables CAPTCHA functionality. The password reset application uses Google re-CAPTCHA as the default CAPTCHA service. To use the base system CAPTCHA, change the password_reset.captcha.google.enabled system property to false. ...
Documentation excerpt View supporting context
Context preview Snippet 2
... the value is too high, then it could be possible to perform brute force attack against password reset process. Enable CAPTCHA in password reset • Description ◦(Old‎ <blank> ◦(New‎ If "password_reset.captcha.ignore" 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 ...
Documentation excerpt View supporting context
Context preview Snippet 3
... for the workflow to complete. The workflow is triggered during the password reset request when the user clicks Submit. • Type: integer • Default value: 90000 Disable CAPTCHA validation functionality password_reset.captcha.ignore Enables or disables CAPTCHA functionality. • Type: true|false • Default value: false The Password Reset application uses Google re-CAPTCHA as the default CAPTCHA service. To use the base system CAPTCHA, ...