supdegrave / meteor-evm

Event Volunteer Management system, built using meteor.js
2 stars 1 forks source link

User profile image #39

Open supdegrave opened 9 years ago

supdegrave commented 9 years ago
adamamyl commented 9 years ago

maybe use gravatar, as well as allowing user-uploaded image?

MonkeyDo commented 9 years ago

Implemented this package: https://atmospherejs.com/bengott/avatar Looks for images from accounts linked in this order:

  1. Twitter
  2. Facebook
  3. Google
  4. GitHub
  5. Instagram
  6. Gravatar
  7. Gravatar generated icon
  8. Initials
MonkeyDo commented 9 years ago

But, user image upload still needs to be implemented