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 on Registration page #107

Closed
ryanstrat opened this issue Apr 2, 2017 · 3 comments
Closed

Password Validation on Registration page #107

ryanstrat opened this issue Apr 2, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@ryanstrat
Copy link
Contributor

Passwords must be validated to Google's password rules to prevent a 400 error from Google.

@ryanstrat ryanstrat added the bug label Apr 2, 2017
@ryanstrat ryanstrat added this to the Sprint 5 milestone Apr 2, 2017
@thomascoe
Copy link
Contributor

I think the only "rule" here is it has to be at least 8 characters

@thomascoe
Copy link
Contributor

Registration page and member page. In addition to passwords not matching, throw an error if the passwords are less than 8 characters

@thomascoe
Copy link
Contributor

Fixed in master!

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

No branches or pull requests

4 participants