Opened 5 years ago
Last modified 4 years ago
#35569 assigned feature request
Avatar should update when email is changed
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Users | Keywords: | has-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 (4)
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.