[alper] said: Let's say you have an e-commerce website. And you have customers (tenants) in this CRM like Nike and Adidas. You want that the customer Nike will have max 100 users and Adidas will have 200 users, right? this is where the new user is being created => https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Application/Volo/Abp/Identity/IdentityUserAppService.cs#L77
Yes, we actually want to build a structure like this, we will examine it. Thank you for your answer.
[maliming] said: hi
This doesn't seem related to multi-tenancy. Are your customers isolated as tenants?
Can you share more details about your case?
Thanks.
Hi
A customer can register to the system by itself or can be added by the administrator. When our customer is included in the system, we want to give a limit to the users that our customer will create so that our customer can create their own customer and our customer can manage the system. These operations should be provided by package management.
This is the structure we want
Thanks
Hello, I have a customer, my customer has customers, I want to limit the customers and users that my customer will create here, is there a place where I can do this from your interface or do you have an infrastructure for this. Good work