diff --git a/src/app/accounts/set-password.component.html b/src/app/accounts/set-password.component.html index ccae85a8..42d3484c 100644 --- a/src/app/accounts/set-password.component.html +++ b/src/app/accounts/set-password.component.html @@ -1,105 +1,81 @@ -
-
- Bitwarden -

{{'setMasterPassword' | i18n}}

-
- {{'ssoCompleteRegistration' | i18n}} - - {{'masterPasswordPolicyInEffect' | i18n}} -
    -
  • - {{'policyInEffectMinComplexity' | i18n : getPasswordScoreAlertDisplay()}} -
  • -
  • - {{'policyInEffectMinLength' | i18n : enforcedPolicyOptions?.minLength.toString()}} -
  • -
  • {{'policyInEffectUppercase' | i18n}}
  • -
  • {{'policyInEffectLowercase' | i18n}}
  • -
  • {{'policyInEffectNumbers' | i18n}}
  • -
  • {{'policyInEffectSpecial' | i18n : '!@#$%^&*'}} -
  • -
-
-
- -
-
-
-
-
- + +
+
+

{{'setMasterPassword' | i18n}}

+
+
+ {{'ssoCompleteRegistration' | i18n}} +
+ + {{'masterPasswordPolicyInEffect' | i18n}} +
    +
  • + {{'policyInEffectMinComplexity' | i18n : getPasswordScoreAlertDisplay()}} +
  • +
  • + {{'policyInEffectMinLength' | i18n : enforcedPolicyOptions?.minLength.toString()}} +
  • +
  • + {{'policyInEffectUppercase' | i18n}}
  • +
  • + {{'policyInEffectLowercase' | i18n}}
  • +
  • + {{'policyInEffectNumbers' | i18n}}
  • +
  • + {{'policyInEffectSpecial' | i18n : '!@#$%^&*'}}
  • +
+
+ +
+
+ name="MasterPasswordHash" class="text-monospace form-control mb-1" + [(ngModel)]="masterPassword" (input)="updatePasswordStrength()" required + appInputVerbatim> + +
-
- + +
-
-
-
+ {{'masterPassDesc' | i18n}} +
+
+ +
+ +
-
- -
-
-
-
-
-
- - -
-
- - - -
-
-
-
-
-
-
-
+
- + + {{'masterPassHintDesc' | i18n}} +
+
+
+ +
-
-
- - -
- +