Posts by Jefferson Desouza • 36 points
2 posts
-
0
votes2
answers507
viewsA: Custom registration form with Angularjs + Meteor
It is worth remembering that if Accounts.createUser(novoUser); // If done in a client folder, the new user will be saved and the login will be done automatically, since if it is saved in a file on…
-
2
votes2
answers507
viewsA: Custom registration form with Angularjs + Meteor
When it comes to the Collection "users" Meteor offers a special schema that contains default fields as password, username, emails (an array of emails), createAt, service, and PROFILE (which is what…