Log inSkip to main contentSkip to sidebar
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.
As a simpler version of CWD-2165, allow Crowd to use Gravatars for users.
relates to
CWD-2165crowd should host avatars, not individual apps
After discussion, this will use Gravatar by default. Switching to Atlassian ID will be possible using the system property documented above.
joe
added a comment - After discussion, this will use Gravatar by default. Switching to Atlassian ID will be possible using the system property documented above.
Don't forget many enterprise deployments already have thumbnail photos of their users in LDAP or Active Directory. We shouldn't need to use external web services for this.
Deleted Account (Inactive)
added a comment - Don't forget many enterprise deployments already have thumbnail photos of their users in LDAP or Active Directory. We shouldn't need to use external web services for this.
This will be configurable with a system property. If the feature is enabled, by default it will use Atlassian ID:
https://id.atlassian.com/avatar/
The system property web.avatar.baseurl can be set to
https://www.gravatar.com/avatar/
to use Gravatar directly.
joe
added a comment - This will be configurable with a system property. If the feature is enabled, by default it will use Atlassian ID:
https://id.atlassian.com/avatar/
The system property web.avatar.baseurl can be set to
https://www.gravatar.com/avatar/
to use Gravatar directly.
Agreed, j_t_conklin. Please see
CWD-4475for that feature.