Closed (won't fix)
Project:
Protected Node
Version:
6.x-1.5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2009 at 02:37 UTC
Updated:
22 Mar 2009 at 19:01 UTC
Hello,
This module is so close of what I need, but what I really need is to store a list of passwords in the database, then validate the password that the user got by email and restrict it for a period of time.
This is the process:
I send a random password by email to the user, then he can use it with any content puting it in a field like this module. Then I need validate this password with the database and check it already used with and store the date because the user can use it only for 1 hour.
There is a similar module with this picky function? or maybe is better develop one starting of the idea of this?
Thanks
Comments
Comment #1
mtolmacs commentedHi,
It's probably better to develop this functionality as a custom code. You can either use this module and invalidate it's passwords from, say, cron, or rewrite the module code. I suggest the former.
Comment #2
RAFA3L commentedThanks tolmi,
I'll try to develop a new module modifying this yours. I really need this function and this will be my first module.
Comment #3
Adrian-dupe commentedHi !
I've done what you want using the Protected Node Module and the Node Invite Module.
I've rewritten the 2 modules. (Just need to put those in the same one)
When you send an invite, you can choose to put a password on it. The password will be sent by mail.
You can send more than one invite. Each e-mail address will have a unique password for the same protected node.
PM me, if you are interested about this.
Adrian
Comment #4
mtolmacs commentedThink it's solved then.