add unsubscribe path

This commit is contained in:
Quincy Larson
2015-04-30 23:41:40 -07:00
parent c71514cc81
commit 19456f2e23
4 changed files with 46 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ var userSchema = new mongoose.Schema({
},
needsMigration: { type: Boolean, default: true },
finishedWaypoints: { type: Boolean, default: false },
sendMonthlyEmail: { type: Boolean, default: true },
challengesHash: {}
});