0
    
    
        
                    tuney created
                    
                    
                    
                
                Hi All
In AbpZero there is a tenant signup/registration where customers can sign up to create a new tenant.
Does anyone have a sample of this in abp.io?
Otherwise I'm thinking of creating a public endpoint with a registration method. This will then do basically the same as the host tenant registration.
- Create the tenant
 - Seed any data like admin roles
 - Create/register the admin user
 - Send a email validation
 
I'll also add a public endpoint for tenant exists on the name to stop duplicates.
Are there any gotchas I should be thinking about?
Cheers Chris
If you're creating a bug/problem report, please include followings:
- ABP Framework version: vX.X.X
 - UI type: Angular / MVC / Blazor
 - DB provider: EF Core / MongoDB
 - Tiered (MVC) or Identity Server Separated (Angular): yes / no
 - Exception message and stack trace:
 - Steps to reproduce the issue:"
 
1 Answer(s)
- 
    0
I think this is enough. You can try this. Feel free to feedback any problems.