Closed samhatoum closed 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).
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?
So I've managed to remember it after all! But how does one do a forgotten password on Atmosphere?
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.
Oh don't worry about it, I managed to recall it from an old conversation. Thanks anyways.
Sam
I'm able to release a package
I'm able to login to meteor.com with my
xolvio
username and passwordWhen I do
mrt publish .
I'm asked for a username and password. When I enterxolvio
and the password that works on meteor.com, I getError: Incorrect password
.What am I doing wrong? Help!