This module extends the email field.
It adds the option to sent out a mail with a verification link and processes the link when clicked. Additionally it offers behavior, if a link is not confirmed within a given time.

Attention: This module has gone through project application review, but it has not seen widespread use yet.

Installation

  1. Place the entire email_field_verification directory into your Drupal sites/all/modules/ directory.
  2. Enable the email field verification module by navigating to: administer > modules
  3. If using this module with entities other than 'node' and 'user', you will need the "Entity API (entity)" module.

Dependencies

Features

  • sending verification link
  • handling link when clicked
  • handling timeout and response
  • offers resending link
  • adds hook for custom behavior

Project information

Releases