Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increased password complexity and added input validation #77

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 15, 2021

  1. Update SignUp.js

    Increased password complexity with minimum length 8 and mixed character sets (numeric, special, mixed case)
    PiyumiNadeesha authored May 15, 2021
    Configuration menu
    Copy the full SHA
    d650360 View commit details
    Browse the repository at this point in the history
  2. Update loginForm.js

    Added an input validation for email on Sign-up page
    PiyumiNadeesha authored May 15, 2021
    Configuration menu
    Copy the full SHA
    ebad089 View commit details
    Browse the repository at this point in the history
  3. Update SignUp.js

    PiyumiNadeesha authored May 15, 2021
    Configuration menu
    Copy the full SHA
    3bbe6ed View commit details
    Browse the repository at this point in the history