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

mtolmacs’s picture

Hi,

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.

RAFA3L’s picture

Thanks tolmi,

I'll try to develop a new module modifying this yours. I really need this function and this will be my first module.

Adrian-dupe’s picture

Hi !

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

mtolmacs’s picture

Status: Active » Closed (won't fix)

Think it's solved then.