diff --git a/src/app/accounts/set-password.component.html b/src/app/accounts/set-password.component.html index 27cc4283..35835493 100644 --- a/src/app/accounts/set-password.component.html +++ b/src/app/accounts/set-password.component.html @@ -7,7 +7,7 @@
{{'ssoCompleteRegistration' | i18n}}
- + {{'masterPasswordPolicyInEffect' | i18n}}
  • @@ -16,17 +16,22 @@
  • {{'policyInEffectMinLength' | i18n : enforcedPolicyOptions?.minLength.toString()}}
  • -
  • +
  • {{'policyInEffectUppercase' | i18n}}
  • -
  • +
  • {{'policyInEffectLowercase' | i18n}}
  • -
  • +
  • {{'policyInEffectNumbers' | i18n}}
  • -
  • +
  • {{'policyInEffectSpecial' | i18n : '!@#$%^&*'}}
- +