0
andmattia created
In module zero is not a standard option to add a new user with new tenant?
mat
3 Answer(s)
-
0
Hi,
Why not use UserManager.CreateAsync method?
Or you want to create a new tenant with an admin user? If so, startup template does it.
-
0
In registration form if tenant doesn't existes create it and add admin.
-
0
Then you can use TenantAppService.Create method. It creates a tenant with admin user with all available permissions.