droptica / ddr_security_captcha
Installs and configures the CAPTCHA module for enhanced form security.
Installs: 160
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 11
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- drupal/captcha: ^2.0
This package is not auto-updated.
Last update: 2025-03-04 10:42:52 UTC
README
Recipe description
This Recipe enhances security by implementing the CAPTCHA module, which provides challenge-response tests to determine whether the user is human, protecting against spam and automated submissions on your Drupal site.
After installing the Recipe, customize the settings on this page:
/admin/config/people/captcha
Download recipe
composer require droptica/ddr_security_captcha
Installation
drush recipe recipes/contrib/ddr_security_captcha
Features
- Installs the CAPTCHA module
- Configures basic CAPTCHA settings
- Adds CAPTCHA protection to user registration and login forms
Module Dependencies
How to report issues and new features requests
Go to project page (@todo url) and create an issue.
Do you need a Drupal Recipe for your project?
Contact us if you need support in creating a custom Drupal Recipe.
Contact
https://www.droptica.com/drupal-recipes
Changelog
2024-10-14
First version of the recipe.