@ -54,7 +54,9 @@ export class ChangePasswordComponent
passwordRulesArr.push('capital');
}
if (+(passwordRules['Abp.Identity.Password.RequiredUniqueChars'] || 0) > 0) {
if (
(passwordRules['Abp.Identity.Password.RequireNonAlphanumeric'] || '').toLowerCase() === 'true'
) {
passwordRulesArr.push('special');
@ -71,7 +71,9 @@ export class RegisterComponent implements OnInit {
@ -102,7 +102,9 @@ export class UsersComponent implements OnInit {
this.passwordRulesArr.push('capital');
this.passwordRulesArr.push('special');