t3db0t / meteor-accounts-invite

A login validation extension for Meteor that supports OAuth services
7 stars 1 forks source link

Deleting users after failing to login #5

Open gregory opened 7 years ago

gregory commented 7 years ago

For anyone using this, just wanted to point out that this lib will delete any user that fail to login, and doesn't have user.services.accountsInvite

I'm glad i tested this before going to prod.

t3db0t commented 7 years ago

This is true, it's designed to prevent a bunch of unused user records from sticking around... are you saying that this is deleting users in an undesired way? Can you explain the scenario? Thank you for reporting!

gregory commented 7 years ago

yes that's what i'm saying :) I was logged in, installed your package, and because my user didn't get accountsInvite, it removed it from the collection.