From ab37221182650f6eff573cbc1b9e92152ad04e9a Mon Sep 17 00:00:00 2001 From: Vincent Salucci Date: Sat, 22 Aug 2020 14:28:22 -0500 Subject: [PATCH] Updated UI for password strength // Updated success route // Add more missing strings --- src/app/accounts/set-password.component.html | 22 +++++++----- src/app/accounts/set-password.component.ts | 1 + src/locales/en/messages.json | 36 ++++++++++++++++++++ 3 files changed, 51 insertions(+), 8 deletions(-) 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 : '!@#$%^&*'}}
- +