trailsjs / sails-auth

Passport-based User Authentication system for sails.js applications. Designed to work well with the sails-permissions module.
https://www.npmjs.org/package/sails-auth
MIT License
265 stars 141 forks source link

Empty password with local auth #90

Open sylvainlap opened 8 years ago

sylvainlap commented 8 years ago

When creating a new user with local strategy (POST /user), the password can be empty. The password field shouldn't be required ?

Gelio commented 8 years ago

+1