constructor(private i18n: I18n) {}
getPasswordRulesMessage() {
return this.i18n(
- 'Required rules for password complexity:\n\
+ 'Required rules for password complexity:\n\
- must contain at least 8 characters\n\
- cannot contain username\n\
- cannot contain any keyword used in Ceph\n\
- cannot contain any repetitive characters e.g. "aaa"\n\
- cannot contain any sequencial characters e.g. "abc"\n\
- - must consist of characters from the following groups:\n\
+ - must consist of characters from the following groups:\n\
* alphabetic a-z, A-Z\n\
* numbers 0-9\n\
* special chars: !"#$%& \'()*+,-./:;<=>?@[\\]^_`{{|}}~\n\