- Issue created by @bfuzze9898
- First commit to issue fork.
- Merge request !34Issue #3521583: Default challenge value in config install is incorrect β (Open) created by dench0
Warning during initial setup:
Undefined array key 1 in Drupal\captcha\Element\Captcha::processCaptchaElement() (line 150 of modules/contrib/captcha/src/Element/Captcha.php)
Install module
Configure action for user registration
Submit user-register form
See warning
The value for default_challenge is using a backslash instead of a forward-slash.
config/install/recaptcha_v3.settings.yml
- default_challenge: 'captcha\Math'
+ default_challenge: 'captcha/Math'
Active
2.0
Code