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)
- 
    -1
Hello,
I think this issue happens when
Required lower case characterandRequired upper case characterare 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 Servertab