Modify ↓
Opened 16 years ago
Last modified 11 years ago
#5392 new defect
gravatar not shown due to email address not converted to lowercase before hashing
| Reported by: | ppetermann | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | HackergotchiPlugin |
| Severity: | major | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
Gravatar converts all emailadresses registered to lowercase, this TracHack does not.
In several of the reference implementations for Gravatar on the Gravatar website you can see that the emailaddress has to be converted to lowercase before it is hashed, right now, if a cased email adress is used somewhere it will cause gravatar to show the default instead of the gravatar you have registered for this emailadress.
Attachments (1)
Change History (3)
comment:1 Changed 16 years ago by
Changed 16 years ago by
| Attachment: | gravatar-lowercase-email.patch added |
|---|
comment:2 Changed 11 years ago by
| Owner: | Noah Kantrowitz deleted |
|---|
Note: See
TracTickets for help on using
tickets.



Yepp, confirmed. I've created a patch that fixes this problem.