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

Account Creation #11

Closed
Karnith opened this issue Jul 14, 2014 · 1 comment
Closed

Account Creation #11

Karnith opened this issue Jul 14, 2014 · 1 comment

Comments

@Karnith
Copy link

Karnith commented Jul 14, 2014

You probably know this, but the password character string number is set to minimum 8 yet still creates users and logs them in when password is under 8 characters. Users can post messages, but when they log out they can't log in due to passport not creating the password (cause it's under 8 characters). I would suggest having a check in place that prohibits the creation of users until all criteria is met for account creation. Maybe a beforeCreate method in the model?

@ryancp
Copy link
Owner

ryancp commented Jan 28, 2015

This should be fixed by a recent commit.

@ryancp ryancp closed this as completed Jan 28, 2015
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

No branches or pull requests

2 participants