Opened 9 years ago
Closed 3 years ago
#35569 closed feature request (maybelater)
Avatar should update when email is changed
Reported by: | rmccue | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Users | Keywords: | needs-patch |
Focuses: | administration | Cc: |
Description
Similar to how the "Display name publicly as" field updates automatically as you change your name, the "Profile Picture" field should update automatically as you change your email address.
(Also, the capitalisation on that field doesn't match the rest of the labels.)
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
35569.diff is a proof-of-concept using a JS implementation of md5 to change the avatar on the fly.
Using the REST API to get the result of
get_avatar()
seemed a bit overkill.