BEST
DEALS
OF THE
YEAR!
SAVE UP TO $3,000
24 NOV
1 DEC
00 Days
00 Hrs
00 Min
00 Sec
Open Closed

Bug in error message on User Management #6288


User avatar
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:

  1. Change the required number of unique password characters from 1 to 5
  2. Attempt to add a user with a password containing 1 character


6 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Fullstack Developer

    Hi,

    Thanks, I can reproduce this.

    I will fix it and provide a temporary solution

  • User Avatar
    0
    liangshiwei created
    Fullstack Developer

    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/....");
    });
    
  • User Avatar
    0
    liangshiwei created
    Fullstack Developer

    https://github.com/abpframework/abp/pull/18390

  • User Avatar
    0
    balessi75 created

    Thanks. We found another area when adding a user...

  • User Avatar
    0
    liangshiwei created
    Fullstack Developer

    Hi,

    I will check all the missing localized text.

  • User Avatar
    0
    liangshiwei created
    Fullstack Developer

    Hi,

    We found another area when adding a user...

    Can you share the error logs?

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 20, 2025, 09:12
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.