Meteor.users - from alltime?

Hello,

I have a login system and would like to access all users that ever connected to my app. Is this possible with Meteor.users ?

Meteor.users.find().count() only returns the currently available number of users. So where can I access the total nb of users (I want to add an avatar to their user profile, but I loose the document, when they disconnect… though their avatar should still be visible)

Thanks
java99

Found it was an error with publication excluding other users. Solved!