Skip to content
Snippets Groups Projects
Select Git revision
  • 3441994-create-an-option
  • 1.x default
  • 7.x-1.x
  • previous/3441994-create-an-option/2024-04-22
  • 1.1.1
  • 1.1.0
  • 1.0.0-rc1
  • 1.0.0-rc0
  • 1.0.0-beta6
  • 7.x-1.0-alpha1
  • 7.x-1.0-alpha0
  • 1.0.0-beta5
  • 1.0.0-beta4
  • 1.0.0-beta3
  • 1.0.0-beta2
  • 1.0.0-beta1
16 results

friendlycaptcha-3441994

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / friendlycaptcha
    3 commits behind, 5 commits ahead of the upstream repository.
    Grevil's avatar
    Joshua Sedler authored and Julian Pustkuchen committed
    6e42dd46
    History

    CAPTCHA: Friendly Captcha

    The Friendly Captcha module uses the Friendly Captcha web service. For more information about Friendly Captcha, please visit: https://friendlycaptcha.com/

    For a full description of the module, visit the project page.

    Submit bug reports and feature suggestions, or track changes in the issue queue.

    Requirements

    This module requires the following modules:

    Installation

    • Install as you would normally install a contributed Drupal module. Visit https://www.drupal.org/node/1897420 for further information.

    • Copy the friendly-challenge javascript library to /libraries/friendly-challenge URL: https://unpkg.com/friendly-challenge@0.9.5/widget.min.js (resulting in: /libraries/friendly-challenge/widget.min.js)

      • Hint: Depending on your composer template / installation method the libraries folder might be found in /web or /htdocs.

    Configuration

    1. Enable Friendly Captcha and CAPTCHA modules in: admin/modules
    2. You'll now find the configuration tab in the CAPTCHA administration page available at: admin/config/people/captcha/friendlycaptcha
    3. Select the "API endpoint". For the option "This Drupal site - limited to captches only.", you can skip step 4 and 5 and jump to step 6.
    4. Register your web site at https://app.friendlycaptcha.com/account
    5. Input the sitekey and API Key into the Friendly Captcha settings.
    6. Visit the Captcha administration page and set where you want the Friendly Captcha form to be presented: admin/config/people/captcha