oortcloud / meteorite

Installer & smart package manager for Meteor
http://oortcloud.github.com/meteorite/
MIT License
841 stars 106 forks source link

Incorrect password error #292

Closed samhatoum closed 10 years ago

samhatoum commented 10 years ago

I'm able to release a package

I'm able to login to meteor.com with my xolvio username and password

When I do mrt publish . I'm asked for a username and password. When I enter xolvio and the password that works on meteor.com, I get Error: Incorrect password.

What am I doing wrong? Help!

tmeasday commented 10 years ago

Hey @samhatoum - the user name and password you need are the one you'd use to login at http://atmosphere.meteor.com/accounts (not your MD account).

samhatoum commented 10 years ago

Thanks Tom. So the account is linked basically. I've forgotten that password :/

I've tried to do:

Accounts.forgotPassword({'email': 'my@email.com'}, function(e) {console.log(e);})

But I'm getting an error of 'User not found'.

How can I tell the email I used?

samhatoum commented 10 years ago

So I've managed to remember it after all! But how does one do a forgotten password on Atmosphere?

tmeasday commented 10 years ago

You can't :). I'll email you a new one in a sec

El 14 Aug 2014, a las 5:37 pm, Sam Hatoum notifications@github.com escribió:

So I've managed to remember it after all! But how does one do a forgotten password on Atmosphere?

— Reply to this email directly or view it on GitHub.

samhatoum commented 10 years ago

Oh don't worry about it, I managed to recall it from an old conversation. Thanks anyways.

Sam