Back to Zitadel

Password Complexity View.Component

console/src/app/modules/password-complexity-view/password-complexity-view.component.html

5.0.0-base445 B
Original Source

{{ 'USER.PASSWORD.MINLENGTHERROR' | translate: { value: policy.minLength } }} ({{ password?.value?.length }}/{{ policy.minLength }})

{{ 'ERRORS.SYMBOLERROR' | translate }}

{{ 'ERRORS.NUMBERERROR' | translate }}

{{ 'ERRORS.UPPERCASEMISSING' | translate }}

{{ 'ERRORS.LOWERCASEMISSING' | translate }}

70" class="las la-times red">{{ 'USER.PASSWORD.MAXLENGTHERROR' | translate: { value: 70 } }} ({{ password?.value?.length }}/{{ 70 }})