Password Strength Checker, Confirm password checker, Hide and show password
- First Page of Website
- Input field is hidden when we type our password
- Hide and Show on click on eye icon
- When we input weak password it shows below images. This occurs when we don't input special character like $,% or number. (/[a-z]/)
- When we input medium password it shows below images. This occurs when we don't input number 1,2 .... (/\d+/)
- When we input strong password it shows below images. This include special characters as well as numbers also. (/.[!,@,#,$,%,^,&,*,?,_,~,-,(,)}/)
- When user input wrong password its shows below alert message
- When user input write password its shows below alert message
#-------------------------------------------------- Thank You ! --------------------------------------------------#