/Form-passwords

Password Strength Checker, Confirm password checker, Hid and show password

Primary LanguageJavaScript

Form-passwords

Password Strength Checker, Confirm password checker, Hide and show password

  • First Page of Website

1

  • Input field is hidden when we type our password

2

  • Hide and Show on click on eye icon

3

  • When we input weak password it shows below images. This occurs when we don't input special character like $,% or number. (/[a-z]/)

4

  • When we input medium password it shows below images. This occurs when we don't input number 1,2 .... (/\d+/)

5

  • When we input strong password it shows below images. This include special characters as well as numbers also. (/.[!,@,#,$,%,^,&,*,?,_,~,-,(,)}/)

6

  • When user input wrong password its shows below alert message

7

  • When user input write password its shows below alert message

8

#-------------------------------------------------- Thank You ! --------------------------------------------------#