In Sails 0.11.0 the options will be passed to validator.js. However validator expectes and object, not "true". Thus the original code was breaking at the email validation. The suggested solution will make validator to use the email default options instead.
In Sails 0.11.0 the options will be passed to validator.js. However validator expectes and object, not "true". Thus the original code was breaking at the email validation. The suggested solution will make validator to use the email default options instead.