-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
Impossible to create an account #17
Comments
Your are not the only one with this strange bug, seems thats sails js validator isn't doing is job well. A quick fix is to disable email verification ( in I'll try to find what's going out :) |
Hum right, i'll try to investigate using node --debug :) |
Hi , the error is that type should be 'email', so the correct model is: |
Yep you are right, normally
should work, but it seems that there is a bug with Anchor, the validator of sails.js ( balderdashy/sails#3034 ), so I need to do it like you said, I'll change that :) Thanks for the feedback ! |
Hi, each time I try to create an account, I have the following error :
[{"error":"E_VALIDATION","status":400,"summary":"1 attribute is invalid","model":"User","invalidAttributes":{"email":[{"rule":"email","message":""email" validation rule failed for input: '[email protected]'"}]}}]
The text was updated successfully, but these errors were encountered: