Steve Colbow

Results 64 comments of Steve Colbow

I guess the reason is that you intercept `updateOrCreateUserFromExternalService()`, which is not called when logging-in with a password... A solution to this would be either: - to have access to...

@brettle, from my tests, in a `Accounts.validateLoginAttempt()` callback: - `Meteor.userId()` triggers an exception - `this.userId` returns `undefined` So I don't understand how you would implement the PR. I am also...

I have to disagree. Unlike the methods described on win.meteor.com, the _official Windows preview_ still cannot be used in a professional environment. To me, the main pending problem is the...

One faulty package is **accounts-password**. Whenever I try to install it using `meteor add accounts-password`, I get the following error: ``` No compatible build found for [email protected] Package npm-bcrypt has...

`meteor add accounts-password` fails. The package does not install.

About package versions: - Version 1.0.0 gives the above error. - Versions 1.0.1 to 1.0.4 give the following error: ` Could not satisfy all the specified constraints: Error: conflict: accounts-password...

For reference, here is what MDG' Meteor port says when running `meteor add accounts-password`: ``` C:\myproject>meteor add accounts-password removed mongo-livedata from project upgraded livedata from version 1.0.7 to version 1.0.11-win.0...

Pardon the naive question, but I am new to distributed package deployment... When packaging my application for production, I must be allowed to choose and to lock down dependency rules,...