0
InnodelTech created
Hello,
I am creating a tenant from host login with dedicated database connection string and entered password (not using random password). So my question is ,In which table the tenant's password is stored ? Also username for each newly created tenant is admin by default from where does I can change it
1 Answer(s)
-
0
Hi @InnodelTech
The password is stored in AbpUsers table in the Tenant's specific database. The admin username is set here https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Authorization/Users/User.cs#L49C28-L49C41