root / htmltest / sites / all / modules / recaptcha @ 3753f249
Nom | Taille | Révision | Âge | Auteur | Commentaire |
---|---|---|---|---|---|
recaptcha-php-1.11 | 85ad3d82 | presque 11 ans | Assos Assos | Append of all multiassos project to git | |
LICENSE.txt | 17,7 ko | 85ad3d82 | presque 11 ans | Assos Assos | Append of all multiassos project to git |
README.txt | 3,13 ko | 85ad3d82 | presque 11 ans | Assos Assos | Append of all multiassos project to git |
recaptcha.admin.inc | 3,29 ko | 85ad3d82 | presque 11 ans | Assos Assos | Append of all multiassos project to git |
recaptcha.info | 440 octets | 3753f249 | plus de 10 ans | Assos Assos | Weekly update of contrib modules |
recaptcha.install | 372 octets | 85ad3d82 | presque 11 ans | Assos Assos | Append of all multiassos project to git |
recaptcha.js | 281 octets | 3753f249 | plus de 10 ans | Assos Assos | Weekly update of contrib modules |
recaptcha.module | 9,72 ko | 3753f249 | plus de 10 ans | Assos Assos | Weekly update of contrib modules |
recaptcha_mailhide.info | 322 octets | 3753f249 | plus de 10 ans | Assos Assos | Weekly update of contrib modules |
recaptcha_mailhide.module | 5,05 ko | 85ad3d82 | presque 11 ans | Assos Assos | Append of all multiassos project to git |
Dernières révisions
README
reCAPTCHA for Drupal
The reCAPTCHA module uses the reCAPTCHA web service to
improve the CAPTCHA system and protect email addresses. For
more information on what reCAPTCHA is, please visit:
https://www.google.com/recaptcha
DEPENDENCIES
- reCAPTCHA depends on the CAPTCHA module. https://drupal.org/project/captcha
- Some people have found that they also need to use jQuery Update module. https://drupal.org/project/jquery_update
CONFIGURATION
Enable reCAPTCHA and CAPTCHA modules in:
admin/modulesYou'll now find a reCAPTCHA tab in the CAPTCHA
administration page available at:
admin/config/people/captcha/recaptchaRegister for a public and private reCAPTCHA key at:
https://www.google.com/recaptcha/whyrecaptchaInput the keys into the reCAPTCHA settings. The rest of
the settings should be fine as their defaults.Visit the Captcha administration page and set where you
want the reCAPTCHA form to be presented:
admin/config/people/captcha
MAILHIDE INPUT FORMAT
The reCAPTCHA module also comes with an input format to
protect email addresses. This, of course, is optional to
use and is only there if you want it. The following is how
you use that input filter:
Enable the reCAPTCHA Mailhide module:
admin/modulesHead over to your text format settings:
admin/config/content/formatsEdit your default input format and add the reCAPTCHA
Mailhide filter.Click on the Configure tab and put in a public and
private Mailhide key obtained from:
https://www.google.com/recaptcha/mailhide/apikeyUse the Rearrange tab to rearrange the weight of the
filter depending on what filters already exist. Make
sure it is before the URL Filter.
Note: You will require the installation of the mcrypt
PHP module in your web server for Mailhide to work:
http://php.net/manual/en/ref.mcrypt.php
MULTI-DOMAIN SUPPORT
Since reCAPTCHA uses API keys that are unique to each
domain, if you're using a multi-domain system using the
same database, the reCAPTCHA module won't work when
querying the reCAPTCHA web service. If you put the
following into your sites/mysite/settings.php file for
each domain, it will override the API key values and make
it so multi-domain systems are capable.
$conf = array(
'recaptcha_public_key' => 'my other public key',
'recaptcha_private_key' => 'my other private key',
);
CUSTOM RECAPTCHA THEME
You can create a custom reCAPTCHA theme widget by setting
the theme of the reCAPTCHA form to "custom" in the
reCAPTCHA administration page. This will output a custom
form that is themeable through the theme function:
theme_recaptcha_custom_widget().
If you don't implement this function, it is still quite
easily customizable through manipulating the CSS.
For more information on this, visit:
https://developers.google.com/recaptcha/docs/customization
THANK YOU
- Thank you goes to the reCAPTCHA team for all their help, support and their amazing Captcha solution https://www.google.com/recaptcha
Formats disponibles : Atom