mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add History entry for removing tokens on password change
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user