From 1fade7fe6245f253ce5ddc5c285dc188feca914d Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Tue, 18 Mar 2014 09:51:26 -0700 Subject: [PATCH] Add History entry for removing tokens on password change --- History.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.md b/History.md index 457e2cdfaf..2174d000d7 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,9 @@ ## v.NEXT +* When a user changes their password, all login tokens except the one + being used to change the password now get deleted, which results in + other clients being logged out. + * Support oplog tailing on queries with the `limit` option. All queries except those containing `$near` or `$where` selectors or the `skip` option can now be used with the oplog driver.