Limit amount of Tenants per User
Hey there, I was wondering if there was any easy way to limit the tenant a user can create. Didn't find anything in the docs regarding this, or maybe I'm just blind.
Thanks.
1 Reply
Well, the tenant is a model, so you could just write a create handler to check the number already existing.