Meteor: Accounts.createUser() doesn't create user
问题 i'm building an application where people Can't create their account by themselves but the first user created (me) can create users in a form in the application. It's why I setted in /lib/config/account.js: forbidClientAccountCreation: true, My problem is, I can't create users in my form when I'm logged .. (even if I set this option above with false. Here is my code: userAdd.js: Template.userAdd.events({ 'submit .new-user': function(event) { event.preventDefault(); var email = $('input[name=