Detected 1 occurrence(s) of ‘^\s*pass[word]+\s*[:=]+[ \t]*[a-z0-9\-_\!]+$': Template.registration.events({ 'submit #new_user': function(event){ var user; var email = $('[name=email]').val() var password = $('[name=password]').val() user = { email: email, password: password } event.preventDefault() Accounts.createUser(user, function(error){ if (error) { console.log(error) } else { /* Router.go('/')*/ Source: http://pastebin.com/raw.php?i=DgkcKbSk
↧