hi
I agree with you, I have created an Internal issue.
hi
You can design your logic in the methods of the application service.
You can customize the user entity to add a new column (pin) and validate it. Of course, you can also use the UserManager to validate the password.
Can you share a **simple project **to reproduce the problem? liming.ma@volosoft.com
hi
You can check this https://github.com/dotnet/sdk/issues/3935
You can copy the code of IdentityServerDbContextModelCreatingExtensions and remove IsTenantOnlyDatabase.
ConfigureMyIdentityServer
This Volo.Abp.IdentityServer.EntityFrameworkCore.IdentityServerDbContextModelCreatingExtensions method is executed.
Maybe you should use your custom ModelCreatingExtensions.
hi
Please do not publish the source code of the abp commercial project in Github, you can set it to private
I already downloaded the projects. Will check asap.