This video is to explain how to create a password strength check meter based on complexity required. Following are the criteria and can be customized:
1. Minimum length
2. Minimum 1 number
3. Minimum 1 small case character
4. Minimum 1 upper case character
5. Minimum 1 special character
Based on requirement above criteria can be configured.
Codebase: https://github.com/gitoutofbox/angula...
Password-meter-component: https://github.com/gitoutofbox/angula...
Implemented in this page: https://github.com/gitoutofbox/angula...