0
alfar_re created
Hi,
We're developing an application with one user per tenant. We are using the mobile number as the username. I realised that there is an 'admin' user account that is created per tenant and even if you edit it gets recreated.
How can we get rid of this?
- 9.1
- MVC
- .net core
1 Answer(s)
-
0
Hi alfar_re, The "admin" account is automatically created for each tenant. According to your description, you can change the code in
TenantAppService
to create users based on their mobile phone numbers.