Browse Source
Merge pull request #18558 from abpframework/update-blueprints
Update blueprints
pull/18582/head
Masum ULU
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
npm/ng-packs/packages/theme-shared/src/lib/constants/validation.ts
|
|
|
@ -18,4 +18,5 @@ export const DEFAULT_VALIDATION_BLUEPRINTS = { |
|
|
|
passwordRequiresDigit: 'AbpIdentity::Volo.Abp.Identity:PasswordRequiresDigit', |
|
|
|
passwordRequiresNonAlphanumeric: 'AbpIdentity::Volo.Abp.Identity:PasswordRequiresNonAlphanumeric', |
|
|
|
usernamePattern: 'AbpIdentity::Volo.Abp.Identity:InvalidUserName[{{ actualValue }}]', |
|
|
|
}; |
|
|
|
customMessage: '{{ customMessage }}' |
|
|
|
}; |