From ccaa3fc704c6710082f355d90081fd787d17aa80 Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Thu, 4 Aug 2016 11:42:12 +1000 Subject: [PATCH] Update History.md --- History.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.md b/History.md index a3013e786e..329c3d0bd2 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,7 @@ ## v.NEXT +* Password Reset tokens now expire (after 3 days by default -- can be modified via `Accounts.config({ passwordResetTokenExpirationInDays: ...}`). [PR #7534](https://github.com/meteor/meteor/pull/7534) + * The `google` package now uses the `email` scope as a mandatory field instead of the `profile` scope. The `profile` scope is still added by default if the `requestPermissions` option is not specified to maintain backward