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 aac3074 commit 060fe35Copy full SHA for 060fe35
src/main/utils.js
@@ -686,7 +686,14 @@
686
badPlPesel: 'The PESEL entered is invalid',
687
badPlNip: 'The NIP entered is invalid',
688
badPlRegon: 'The REGON entered is invalid',
689
- badreCaptcha: 'Please confirm that you are not a bot'
+ badreCaptcha: 'Please confirm that you are not a bot',
690
+ passwordComplexityStart: 'Password must contain at least ',
691
+ passwordComplexitySeparator: ', ',
692
+ passwordComplexityUppercaseInfo: ' uppercase letter(s)',
693
+ passwordComplexityLowercaseInfo: ' lowercase letter(s)',
694
+ passwordComplexitySpecialCharsInfo: ' special character(s)',
695
+ passwordComplexityNumericCharsInfo: ' numeric character(s)',
696
+ passwordComplexityEnd: '.'
697
}
698
});
699
0 commit comments