Closed (fixed)
Project:
reCAPTCHA v3
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2025 at 09:40 UTC
Updated:
15 Apr 2026 at 13:40 UTC
Jump to comment: Most recent
The length of the "Error message" field on the page /admin/config/people/captcha/recaptcha-v3 is limited to 128 characters.
This doesn't allow a more explicit error message.
(cfr. https://www.drupal.org/project/drupal/issues/3331028)
Go to the page, and attempt to enter an error message longer than 128 characters.
Modify the form to use a textarea element instead of a textfield.
Use a textarea element instead of a textfield, in order to allow longer error messages.
None.
None.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
nick dewitte commentedI've created a merge request for this.
Given the simplicity of the change, I don't think this has any impact on backwards compatibility.
Comment #4
nick dewitte commentedComment #5
vinodhini.e commented@nick dewitte,
Steps to Reproduce and Test the Fix
Installed the module on Drupal 11.2.2.
Replicated the issue where the error message is restricted to 128 characters.
Applied the patch from Merge Request !35.
Re-tested by adding an error message longer than 128 characters. and its working fine.
Thanks.
Comment #6
dench0Comment #8
dench0