CAPTCHA: Friendly Captcha
12,266 sites
Security covered
Drupal 8–11
This module integrates Friendly Captcha with Drupal's CAPTCHA system. It provides a more user-friendly alternative to traditional CAPTCHAs for verifying that users are not bots.
Friendly Captcha integration for the CAPTCHA Drupal module.
Requires the "FriendlyCaptcha/friendly-challenge" JS library (more on that in the "Installation" section).
Dependencies
- CAPTCHA module
- Friendly Captcha Account
- Friendly Captcha Library (see below)
Installation
Manual Installation
- Require the module, e.g. via composer: "composer require drupal/friendlycaptcha"
- Get the library file here
- Put the file inside "/libraries/friendly-challenge/"
- Install the module
- Check the status report for errors
Alternative composer installation
- Require the module, e.g. via composer: "composer require drupal/photoswipe"
- Enable usage of third-party libraries using composer, see here for an explanation.
- Require the friendly-challenge library using "composer require npm-asset/friendly-challenge"
- Install the module
- Check your status report
Versions
- 1.x.: For friendlycaptcha v1 (with local endpoint)
- 2.x: For friendlycaptcha v2 (without local endpoint, requires https://friendlycaptcha.com subscription (#3482109: Support FriendlyCaptcha V2))
Manual Installation
- Require the module, e.g. via composer: "composer require drupal/friendlycaptcha"
- Get the library file here
- Put the file inside "/libraries/friendly-challenge/"
- Install the module
- Check the status report for errors
Alternative composer installation
- Require the module, e.g. via composer: "composer require drupal/photoswipe"
- Enable usage of third-party libraries using composer, see here for an explanation.
- Require the friendly-challenge library using "composer require npm-asset/friendly-challenge"
- Install the module
- Check your status report
Versions
- 1.x.: For friendlycaptcha v1 (with local endpoint)
- 2.x: For friendlycaptcha v2 (without local endpoint, requires https://friendlycaptcha.com subscription (#3482109: Support FriendlyCaptcha V2))
See https://developer.friendlycaptcha.com/docs/v2/versions for a comparison of the library versions.
Thanks
to @John_B who created the Drupal 7 (7.x-1.x) branch.
to @jurgenhaas who implemented the local endpoint in 1.x
Alternative modules
- https://www.drupal.org/project/altcha
- https://www.drupal.org/project/captcha - See the list of other captcha modules
Depends on
Dependencies of the latest stable release
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.