0
PMS created
1 Answer(s)
-
0
Hi @PSP
For new tenants, static roles (including admin) is created here https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/MultiTenancy/TenantManager.cs#L121. Instead of using
_roleManager.CreateStaticRoles
you can create the roles you want here.