- @brevilo opened merge request.
Added two minor improvements but the MR is otherwise now ready for review.
Thanks
Hi everyone,
since I'm new to the Drupal development workflow, I'm wondering, what can I do to attract a maintainer to comment on this issue and, ideally, to review this MR? AFAIK, issue comments don't support mentions → and I can't see who's following this issue, so it doesn't seem straight-forward to address people. Any help would be appreciated.
Thanks!
- Status changed to Needs review
13 days ago 2:02pm 4 September 2025 It would be great if the module would support using the key module which seems to be kind of the new standard
Hm, I'm not convinced. A "new standard" shouldn't be offered as yet another module on which this module would have to depend, IMHO. I'd rather stick to core features. Also...
There you can choose if you want to save the key in the configuration, an environment variable or in a file.
... most of this is already possible, no? At least configuration and environment is already possible in core Drupal. I use the latter via
settings.php
in conjunction with.env
. Works flawlessly.What hCaptcha lacks is supporting what's already possible with Drupal core. That's what my patch is doing.
Anyhow, just my opinion. It's for the maintainers to decide - if there are any... effectively... Right now this module seems to be abandoned, unfortunately. I'd love to be proven wrong, though.
Cheers