Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / honeypot @ 87dbc3bf

Nom Taille Révision Âge Auteur Commentaire
LICENSE.txt 17,7 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
README.txt 1,34 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
honeypot.admin.inc 7 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
honeypot.api.php 3,21 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
honeypot.info 341 octets 55670b15 presque 10 ans Assos Assos Weekly update of contrib modules
honeypot.install 3,47 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
honeypot.module 11,9 ko 55670b15 presque 10 ans Assos Assos Weekly update of contrib modules
honeypot.test 7,41 ko 55670b15 presque 10 ans Assos Assos Weekly update of contrib modules

Dernières révisions

# Date Auteur Commentaire
55670b15 04/06/2014 22:39 Assos Assos

Weekly update of contrib modules

f7a2490e 13/02/2014 15:56 Assos Assos

git mv htmltest drupal7

Voir les révisions

README


Honeypot Module Readme

Installation

To install this module, place it in your sites/all/modules folder and enable it
on the modules page.

Configuration

All settings for this module are on the Honeypot configuration page, under the
Configuration section, in the Content authoring settings. You can visit the
configuration page directly at admin/config/content/honeypot.

Note that, when testing Honeypot on your website, make sure you're not logged in
as an administrative user or user 1; Honeypot allows administrative users to
bypass Honeypot protection, so by default, Honeypot will not be added to forms
accessed by site administrators.

Use in Your Own Forms

If you want to add honeypot to your own forms, or to any form through your own
module's hook_form_alter's, you can simply place the following function call
inside your form builder function (or inside a hook_form_alter):

honeypot_add_form_protection($form, $form_state, array('honeypot', 'time_restriction'));

Note that you can enable or disable either the honeypot field, or the time
restriction on the form by including or not including the option in the array.

Credit

The Honeypot module was originally developed by Jeff Geerling of Midwestern Mac,
LLC (midwesternmac.com), and sponsored by flockNote (flocknote.com).

Formats disponibles : Atom