Active
Project:
Node registration
Version:
7.x-1.17
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
1 Feb 2017 at 14:08 UTC
Updated:
3 Feb 2017 at 22:27 UTC
Jump to comment: Most recent
Hello,
Is it possible to allow an authenticated user to use his slots in several times?
On the module, we can decide how many slots an authenticated user can reserve. But, "This many slots can be consumed by 1 registration by an authenticated user."
For example, I want to give 10 slots to each authenticated user, and I want that it can register 10 times, at 10 different moments, during 10 different registrations.
Thank you for your help
Comments
Comment #2
rudiedirkx commentedThat's not a thing, but I bet you could make that with the available hooks. Every user can have max 1 registration, but you could alter access and probably work around that.