Open Closed

GetPasswordValidators method in @abp/ng.theme.shared error #2542


User avatar
0
yilmaz.atalar created

ABP Framework version: v4.3

  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular):Yes

Hi, getPasswordValidators method in '@abp/ng.theme.shared' library does not work except Latin alphabet. Could you please check?

Thanks


1 Answer(s)
  • User Avatar
    -1
    muhammedaltug created

    Hello,

    I think this issue happens when Required lower case character and Required upper case character are enabled in Identity Server settings. I tried with Arabic language characters. The Arabic language does not have uppercase or lowercase characters.

    When I check the official Microsoft Documentation for upper case rule I saw this explanation "True if passwords must contain a upper case ASCII character." Characters except the Latin alphabet are not ASCII characters.

    You can disable these settings in Administration->Settings->Identity Server tab

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11