Needs work
Project:
Email Field
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2012 at 14:48 UTC
Updated:
10 Nov 2012 at 16:48 UTC
Jump to comment: Most recent file
Comments
Comment #1
christianadamski commentedAs we needed this for a project, here is a separate module which provides this functionality.
It is not complete and not production tested, but works stable within testing.
Could somebody look into this?
Is there need for this functionality?
Should this live on in a separate module?
Comment #2
christianadamski commentedExplaination of what this does:
- allows per-instance requirement of clicking a confirmation link send to email
- keeps a status value per field, displaying next to it
- invokes a hook on confirmation link clicked
- can publish the containing node/entity on click if unpublished
- can work on an adjustable timeout
- can react on timout by
-- nothing (custom reaction via hook)
-- change status of field to unconfrmed
-- empty the field
-- unpublish the containing node/entity
-- delete the containing node/entity
- can provide a resend confirmation url link next to field
It's not all worked out perfectly, only the parts we needed, but if requested, I can add functions.
Hoping to get some feedback :)