https://support.abp.io/QA/Questions/3217/How-can-I-customize-login-page-in-blazor-server-app#answer-9c9753b6-6daf-598c-976e-3a046e524425
You can only use different connection strings in different environments, otherwise there will be conflicts.
hi
Create a class and inherit the AbpApplicationConfigurationAppService then override the methods.
[ExposeServices(typeof(IAbpApplicationConfigurationAppService), typeof(AbpApplicationConfigurationAppServiceApplicationService))]
public class MyAbpApplicationConfigurationAppService : AbpApplicationConfigurationAppService
hi
Mainly the account module, because there may be many changes, I suggest you download the source code of the module.
hi
If the error messages are not user friendly, you can customize them.
https://github.com/abpframework/abp/tree/dev/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/en.json
The Password should include a number, a capital, and a special character. message not seems a identity error message.
Can you check your password rule in setting page and error logs?
Also can you check these page is angular or mvc?
hi
You can switch to the Host side, then query all tenants, and then switch to the tenant side to try to match the email/username
https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant
hi
I will check this. : )
hi
https://docs.abp.io/en/abp/latest/Deployment/Index
hi
Can you try to run the abp install-libs command to restore the libs?
hi
The DistinctBy is not supported by EF Core yet.
https://github.com/dotnet/efcore/issues/27470