Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.58.2.6 (checked in on 2008/04/07 at 22:25:45 by soxofaan)
This module enables basic CAPTCHA functionality: administrators can add a CAPTCHA to desired forms that users without the 'skip CAPTCHA' permission (typically anonymous visitors) have to solve.
| Name | Description |
|---|---|
| CAPTCHA_PERSISTENCE_SHOW_ALWAYS | |
| CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL | |
| CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM | |
| CAPTCHA_UNSOLVED_CHALLENGES_MAX |
| Name | Description |
|---|---|
| captcha_captcha | Default implementation of hook_captcha |
| captcha_form_alter | Implementation of hook_form_alter(). |
| captcha_help | Implementation of hook_help(). |
| captcha_menu | Implementation of hook_menu(). |
| captcha_perm | Implementation of hook_perm(). |
| captcha_pre_render | Implementation of form #pre_render. |
| captcha_pre_render_place_captcha | Pre_render function to place the CAPTCHA form element just above the last submit button |
| captcha_requirements | Implementation of hook_requirements(). |
| captcha_theme | Implementation of hook_theme(). |
| captcha_validate | Implementation of form #validate. |
| _captcha_get_description | Get the description which appears above the CAPTCHA in forms. If the locale module is enabled, an optional language code can be given |
| _captcha_persistence_skip | Helper function for checking if the CAPTCHA for the given form_id should be skipped because of CAPTCHA persistence. |