Feature #4137
Use Gravatar ident icons instead of default "G" icon
Status: | Closed | Start date: | 2009-10-29 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: | Duplicate |
Description
I suggest to display Gravatar's ident icons instaed of the default icon when a user has no picture uploaded. Each user gets his very own unique icon automatically calculated by his email adress! This can be done very simple by adding a single parameter to the gravatar url!
Please read here: http://blog.gravatar.com/2008/04/22/identicons-monsterids-and-wavatars-oh-my/
Related issues
History
#1
Updated by Sebastian M. almost 13 years ago
This can customize this right now by changing the following line in gravatar.rb:
Change to :default => nil,
:default => 'identicon',
But I think it may be a good idead to turn this on by default.
#2
Updated by Nanda P almost 13 years ago
Nice find, Thanks Sebastian!
#3
Updated by Felix Schäfer almost 13 years ago
See #2734 for a patch to get the option in the Administrator section.
#4
Updated by Jean-Philippe Lang almost 13 years ago
- Status changed from New to Closed
- Resolution set to Duplicate