1
0
mirror of https://github.com/fazo96/homework.git synced 2025-01-10 12:14:22 +01:00

forgot to disable mail confirm again.

This commit is contained in:
fazo96 2014-05-27 15:34:25 +02:00
parent dcec227896
commit d2d328b3ef

View File

@ -2,7 +2,7 @@
notes = new Meteor.Collection "notes" notes = new Meteor.Collection "notes"
Accounts.config { Accounts.config {
sendVerificationEmail: true sendVerificationEmail: false
loginExpirationInDays: 1 loginExpirationInDays: 1
} }