Open laosb opened 8 years ago
Thank you for the bug report—What are the other server errors you're getting?
Yes, the temporary user is a user, but for what it's worth, you can inspect the user's services.accountsInvite
record for the data supplied in Meteor.loginWithInvite
, which is what I do to differentiate temp users from 'real' users.
I removed this package and in my memory there are some errors like unexpected user undefined, but I can't promise what it actually looks like. Thank you for your hard work, though.
For now I can't share a running instance, but it's easy to reproduce:
meteor create xxx && cd xxx
meteor add accounts-password accounts-ui
meteor add t3db0t:accounts-invite
User not found.
I'm not going to use this anymore. This package causes a lot of errors on server (though working) and even blocks myself from login. It's even easier to make one by hand (not supporting OAuth). Also, the temporary user is a user, causing all
Meteor.user()
Meteor.userId()
checks failling as it does have a userId.