core/authentication/password-strength.component.ts
: [MTM-56403] Password strength indicator removed from UI in favor of the enhanced password strength check list.
[MTM-56403] Password strength indicator removed from UI in favor of the enhanced password strength check list.
| selector | c8y-password-strength |
| standalone | true |
| imports |
C8yTranslatePipe
|
| templateUrl | ./password-strength.component.html |
C8yTranslateDirective
C8yTranslatePipe
<div class="password-strength password-{{ model.colorName }}">
<label class="password-strength-label small" translate>
Password strength
</label>
<div>
<div class="password-bar"></div>
</div>
<span class="small">
{{ model.description | translate }}
</span>
</div>