Hi, as asked on http://drupal.org/node/142607#comment-1719940 a new issue build.
I have a usecase in which I want users to take survey anonymous, but only allow people to take the survey if they have gotten a registration number in another email.
It would be great if with this module the user should be able to login only with a registration-number and then per registration-number should only be able to take the related survey.
Thanks for considering this!
Greetings, Martijn
Comments
Comment #1
summit commentedHi, anyone please?
greetings, Martijn
Comment #2
pieterdcHey Martijn,
Maybe you're looking to far.
To accomplish what you want you could use standard Drupal functionality to create a user which sends an email with a one-time login link (think of the registration-number).
Then use the Login Destination module to redirect the user to the survey (creation) page upon login.
And use the Node Limit module to ensure they can only take one survey.
No need of extending the promising Lazy Registration with something like a registration code, which is a seperate module by the way (the Registration Code module).
I hope this is helpful somehow, even 6 months after you posted your question.
Comment #3
pieterdcRegistration numbers or codes are covered by the Registration Code module and thus out of scope for this project.
Comment #4
summit commentedThe problem is that the regcode module is an ADD ON to username and password, while I want users to ONLY login through there registration number and are given by the system a username/password if necessary.
The nodes will be surveys and it is necessary that with only typing in a registration number, or clicking in a url, they can fill in the survey (quiz nodes).
Thanks still for going into this.
greetings,
Martijn