mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update History.md for #5003
This commit is contained in:
@@ -23,8 +23,12 @@ message for more details.
|
||||
### Meteor Accounts
|
||||
|
||||
* `loginWithPassword` now matches username or email in a case insensitive manner. If there are multiple users with a username or email only differing in case, a case sensitive match is required. #550
|
||||
|
||||
* `loginWithGithub` now requests `user:email` scope by default, and attempts to fetch the user's emails. If no public email has been set, we use the primary email instead. We also store the complete list of emails. #4545
|
||||
|
||||
* Fix `OAuth1Binding.prototype.call` when making requests to Twitter
|
||||
with a large parameter set.
|
||||
|
||||
|
||||
### DDP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user