codeuino / social-platform-donut-frontend

This is an Open Source social Platform where people can interact with Open Source expertise around the globe and work on different projects
207 stars 220 forks source link

Add stronger password validations. #591

Open codetheorem opened 4 years ago

codetheorem commented 4 years ago

We can use stronger password validation by using a better password pattern. currently, it only requires a minimum of 6 characters but it is insecure. We should have a minimum one uppercase letter and a special character in our password. The password should be an alphanumeric string.