kandanapp / kandan

Kandan is an Open Source Alternative to HipChat
GNU Affero General Public License v3.0
2.71k stars 406 forks source link

Custom User Profile Pictures #176

Open fusion94 opened 11 years ago

fusion94 commented 11 years ago

Currently if a user has a gravatar image associated with their email address we use that as their default picture, and fall back on the default gravatar image if they don't.

We need to allow users to upload their own picture in case they don't care to use gravatar.

mjtko commented 11 years ago

Might be better to allow users to specify a URL to a picture so as not to start requiring S3 buckets etc. should the app be hosted on Heroku. Or both. Or store it in the database.

fusion94 commented 11 years ago

Either or, I can already see an issue arising with Enterprises wanting to use Kandan but not wanting to require users to use gravatar.

gabceb commented 11 years ago

:+1: on using a URL for picture