branch icon

Password Complexity Indicator #14690

Resolves #14371

Description

This PR is adding a password complexity indicator to password fields (except login)

There are 5 default tests;

  • Default min length 6
  • Default isContain number
  • Default isContainLowercase
  • Default isContainUppercase
  • Default isContainSpecialCharacter

Form Label

Screenshot_0 Screenshot_1 Screenshot_2 Screenshot_3 Screenshot_4 Screenshot_5

Floating Label

Screenshot_6 Screenshot_7 Screenshot_8 Screenshot_9 Screenshot_10 Screenshot_11

Checklist

  • I worked with the design team to get their idea for UI/UX design
  • I've assigned reviewer and related labels for this PR

How to test it?

go into

  • http://localhost:4200/account/register
  • http://localhost:4200/account/change-password
  • http://localhost:4200/account/reset-password
  • login → my account → change password section
Version
7.4.0-rc.1
Release Date
16 agosto, 2023
Labels
ui-angular