You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Would be nice to make this package work with Meteor 2.3.
Currently, there's an error
=> Errors prevented startup:
While selecting package versions:
error: Conflict: Constraint accounts-password@1.3.3 is not satisfied by accounts-password 2.0.1.
Constraints on package "accounts-password":
* accounts-password@2.0.0 <- top level
* accounts-password@~2.0.0 <- top level
* accounts-password@1.3.3 <- nimble:restivus 0.8.12
This package doesn't seem to be affected by any of the breaking changes and all of the internal functions like Accounts._hashLoginToken or Accounts._checkPassword seem to be still there.
I'll create a PR soon.
The text was updated successfully, but these errors were encountered:
Hi! Would be nice to make this package work with Meteor 2.3.
Currently, there's an error
This package doesn't seem to be affected by any of the breaking changes and all of the internal functions like
Accounts._hashLoginToken
orAccounts._checkPassword
seem to be still there.I'll create a PR soon.
The text was updated successfully, but these errors were encountered: