I have user object from database in my Blaze Helper file:
Object {_id: "mFx4Fa8aPpoFweziq", services: Object, emails: Array[1], profile: Object}
I want to login this user using above object which contains email as well as hash password.
I have following accounts packages: accounts-password accounts-ui