Skip to content
Snippets Groups Projects
Commit 0718befb authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Set active: true on registration

parent f17cc08a
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ Meteor.methods
Meteor.users.update userId,
$set:
name: formData.name
active: true
if userData.email
Accounts.sendVerificationEmail(userId, userData.email);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment