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

fanrm created an issue.

rudiedirkx’s picture

That'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.