You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Currently, SuluFormBundle only supports reCAPTCHA v2. It would be beneficial to add compatibility for reCAPTCHA v3 to enhance security while reducing user interaction.
Current Behavior:
The bundle exclusively supports reCAPTCHA v2, with no option to switch to v3.
Expected Behavior:
Ability to choose between reCAPTCHA v2 and v3 via configuration.
Proper handling of reCAPTCHA v3, including score-based validation.
Compatibility with the existing ewz_recaptcha configuration.
Steps to Reproduce:
Follow the existing guide for integrating reCAPTCHA with SuluFormBundle.
Configure reCAPTCHA v3 in config/packages/ewz_recaptcha.yaml by setting the version to 3.
Observe that the bundle continues to enforce reCAPTCHA v2, ignoring the v3 configuration.
The text was updated successfully, but these errors were encountered:
Description:
Currently, SuluFormBundle only supports reCAPTCHA v2. It would be beneficial to add compatibility for reCAPTCHA v3 to enhance security while reducing user interaction.
Current Behavior:
The bundle exclusively supports reCAPTCHA v2, with no option to switch to v3.
Expected Behavior:
Ability to choose between reCAPTCHA v2 and v3 via configuration.
Proper handling of reCAPTCHA v3, including score-based validation.
Compatibility with the existing ewz_recaptcha configuration.
Steps to Reproduce:
Follow the existing guide for integrating reCAPTCHA with SuluFormBundle.
Configure reCAPTCHA v3 in config/packages/ewz_recaptcha.yaml by setting the version to 3.
Observe that the bundle continues to enforce reCAPTCHA v2, ignoring the v3 configuration.
The text was updated successfully, but these errors were encountered: