diff --git a/server/server.coffee b/server/server.coffee index ad0e649..c49c749 100644 --- a/server/server.coffee +++ b/server/server.coffee @@ -2,7 +2,7 @@ notes = new Meteor.Collection "notes" Accounts.config { - sendVerificationEmail: true + sendVerificationEmail: false loginExpirationInDays: 1 }