We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d58cea commit f11cf30Copy full SHA for f11cf30
src/modules/security.js
@@ -469,14 +469,14 @@
469
'numeral': {
470
pattern: '^(?=(?:.*\\d){'+numRequiredNumericChars+',}).+',
471
numRequired: numRequiredNumericChars,
472
- dialogEnd: $.formUtils.LANG.passwordComplexityNumericCharsInfo
+ dialogEnd: language.passwordComplexityNumericCharsInfo
473
},
474
'length': {
475
callback: function(val) {
476
return val.length > numRequiredCharsTotal;
477
478
numRequired: numRequiredCharsTotal,
479
- dialogEnd: 'Lorem te ipsum'
+ dialogEnd: language.lengthBadEnd
480
}
481
482
errorMessage = '';
0 commit comments