I have added the necessary password constraints like minimum characters should be 8 with at least 1 lower case character , 1 uppercase character , 1 number and special symbols using validator node module.
Related Issue
Fixes #3
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Motivation and Context
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Changes made to the project
I have added the necessary password constraints like minimum characters should be 8 with at least 1 lower case character , 1 uppercase character , 1 number and special symbols using validator node module.
Related Issue
Fixes #3
Type of change
Motivation and Context
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Screenshots (if appropriate):
Checklist:
Test Configuration: