change expriation time of activation link to 24 hours
This commit is contained in:
parent
90d2e793fb
commit
dbe49af5de
@ -26,7 +26,7 @@ var config_nev = function () {
|
|||||||
nev.configure({
|
nev.configure({
|
||||||
persistentUserModel: User,
|
persistentUserModel: User,
|
||||||
tempUserCollection: config.tempUserCollection,
|
tempUserCollection: config.tempUserCollection,
|
||||||
expirationTime: 1800, // 30 minutes
|
expirationTime: 86400, // 24 hours
|
||||||
|
|
||||||
verificationURL: config.baseUrl+'/#!/verify/${URL}',
|
verificationURL: config.baseUrl+'/#!/verify/${URL}',
|
||||||
transportOptions: config.mailer.options,
|
transportOptions: config.mailer.options,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user