- ABP Framework version: v4.2.2
- UI type: Blazor
- DB provider: EF Core / SQLServer
We are re-writing an aspnetzero based multi-tenant SaaS product.
It looks like only a user of an existing tenant can self register?
So you can't have new customers register/signup by themselves?
Are we missing something?
5 Answer(s)
-
0
-
0
@Alper - Thanks for the response, but isnt that setting for User (of a tennat) self registration, not actual Tenant self registration?
Why would it be a tenant level setting when they are already registered?
-
0
Andrew,
There's no self tenant registration feature right now I created an internal issue for your request (volo/issues/5794) As a workaround you can create a custom page, inject
ITenantManager
and use the following methodTask<Tenant> CreateAsync(string name, Guid? editionId = null)
-
0
Thanks, It would be great if we can have that as part of v4.3?
It's obviously a major issue for a SaaS product allowing customers to self sign up..
-
0
v4.3 is already full. let the team decide its implementation date. I created the issue.