Open Closed

How can a new tenant self register? #1011


User avatar
0
AndrewT created
  • 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)
  • User Avatar
    0
    alper created
    Support Team Director

    There's a setting to enable customer self registeration

  • User Avatar
    0
    AndrewT created

    @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?

  • User Avatar
    0
    alper created
    Support Team Director

    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 method

    Task<Tenant> CreateAsync(string name, Guid? editionId = null)
    
  • User Avatar
    0
    AndrewT created

    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..

  • User Avatar
    0
    alper created
    Support Team Director

    v4.3 is already full. let the team decide its implementation date. I created the issue.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11