Is there a way to disable the tenant registration?
I am currently using the tenant methods on the admin panel, tenancy is working. I have a custom
->tenantRegistration()
on the admin panel. I do not want users to be able to create seperate teams
in this case if they already have one. Not sure if I have to change the model relationship or whether there is another way to disable registering after they have registered?Solution:Jump to solution
If this helps anyone else you have to use an observer and global scopes instead of using the filament multitenancy
1 Reply
Solution
If this helps anyone else you have to use an observer and global scopes instead of using the filament multitenancy