Don't limit error message length

Created on 25 July 2025, about 1 month ago

Problem/Motivation

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 Increase or remove default textfield #maxlength=128 Active )

Steps to reproduce

Go to the page, and attempt to enter an error message longer than 128 characters.

Proposed resolution

Modify the form to use a textarea element instead of a textfield.

User interface changes

Use a textarea element instead of a textfield, in order to allow longer error messages.

API changes

None.

Data model changes

None.

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇧🇪Belgium nick dewitte

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024