From 0178635d4e38abfca3ac50c8d46ecd52223b444a Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Tue, 28 Jan 2014 10:15:58 +1300 Subject: [PATCH] Fixes #523: Correct passwordForgotToken --- config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.js b/config/config.js index 863a9f8d..9406b2fc 100644 --- a/config/config.js +++ b/config/config.js @@ -262,7 +262,7 @@ module.exports = function (fs, path, url, convict) { accountResetToken: { default: 1000 * 60 * 15 }, - passwordFogotToken: { + passwordForgotToken: { default: 1000 * 60 * 15 }, passwordChangeToken: {