Skip to content

Instantly share code, notes, and snippets.

@ekryski
Created July 8, 2011 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekryski/1072213 to your computer and use it in GitHub Desktop.
Save ekryski/1072213 to your computer and use it in GitHub Desktop.
Everyauth Functions Overriding
, validateRegistration: function (regParams, errors) {
if (regParams.password.length < 8)
errors.push('Password must be at least 8 characters. ');
return errors;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment