0
balessi75 created
ABP Commercial 7.4.2 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme
Hi,
The password complexity validation message can sometimes have the text Identity.Default
appended to the end of it.
Steps to reproduce:
- Change the required number of unique password characters from 1 to 5
- Attempt to add a user with a password containing 1 character
6 Answer(s)
-
0
Hi,
Thanks, I can reproduce this.
I will fix it and provide a temporary solution
-
0
Hi,
Because localized text is missing, You can add this in the localization file:
"Volo.Abp.Identity:PasswordRequiresUniqueChars": "Passwords must use at least {0} different characters."
Configure<AbpLocalizationOptions>(options => { options.Resources.Get<IdentityResource>().AddVirtualJson("/Localization/...."); });
-
0
https://github.com/abpframework/abp/pull/18390
-
0
-
0
Hi,
I will check all the missing localized text.
-
0
Hi,
We found another area when adding a user...
Can you share the error logs?