Issue #2342473 by DYdave, ericgsmith: Added 'additional_form_ids'...
https://www.drupal.org/project/honeypot/issues/2342473
Initial implementation of honeypot protection of custom form ids:
- Added new config
additional_form_idswith install, schema, field in form settings and basic duplicates validation. - Updated the service
HoneypotService::getProtectedFormsto add the additional form ids to the list of protected forms. - Added automated
phpunitFunctional test case:HoneypotAdditionalFormIdsTestto test additional core form ids.