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

Password validation #74

Open
wants to merge 5 commits into
base: development
Choose a base branch
from
Open

Password validation #74

wants to merge 5 commits into from

Conversation

GMorse19
Copy link
Member

Password requirements have been set to

  • 8 characters in length
  • One number
  • One uppercase letter
  • One lowercase letter
  • One special character

@GMorse19
Copy link
Member Author

This Pr does not seem to effect previously created user accounts with less secure passwords. Hopefully there is no need to update older user accounts.

Copy link
Member

@asooge asooge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@GMorse19 GMorse19 self-assigned this Aug 6, 2020
These methods allow for validation of email and username
availability upon signup
@GMorse19
Copy link
Member Author

I added two methods for checking the availability of username and email when a user signs up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants