change expriation time of activation link to 24 hours

This commit is contained in:
David Baldwynn 2016-11-14 13:43:28 -05:00
parent 90d2e793fb
commit dbe49af5de

View file

@ -26,7 +26,7 @@ var config_nev = function () {
nev.configure({
persistentUserModel: User,
tempUserCollection: config.tempUserCollection,
expirationTime: 1800, // 30 minutes
expirationTime: 86400, // 24 hours
verificationURL: config.baseUrl+'/#!/verify/${URL}',
transportOptions: config.mailer.options,