social-platform-donut-frontend icon indicating copy to clipboard operation
social-platform-donut-frontend copied to clipboard

Add stronger password validations.

Open codetheorem opened this issue 5 years ago • 0 comments

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.

codetheorem avatar Sep 05 '20 06:09 codetheorem