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
hi
I will check the code of the module, you just need to find a way to reproduce the problem.
hi
You can change the AbpRemoteServiceOptions. And use AddAbpDynamicOptions<AbpRemoteServiceOptions>
https://github.com/abpframework/abp/pull/6332
I would check the code of the module based on your logs.
hi
If this is urgent for you, you can temporarily disable this feature by overriding methods in IdentityLinkUserController, returning an empty list, etc., until we find out why.
In the meantime, you can deploy a version in another environment to try to reproduce the problem.