From 7fad3ed150ea168e71cf917a3e1057976fb8ddcb Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 9 Mar 2015 16:17:32 -0700 Subject: [PATCH] History update --- History.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.md b/History.md index af491d6359..62b794de93 100644 --- a/History.md +++ b/History.md @@ -143,6 +143,10 @@ * Add a unique index to the collection that stores OAuth login configuration to ensure that only one configuration exists per service. #3514 +* On the server, a new option + `Accounts.setPassword(user, password, { logout: false })` overrides the + default behavior of logging out all logged-in connections for the user. #3846 + ### Webapp