-
Notifications
You must be signed in to change notification settings - Fork 18
Description
As a user of a Bugzilla instance to which external users have access in various degree, I would like to be able to visually differentiate a bugzilla user organization when using BugzillaJS, in addition to Gravatar. That is to quickly establish which business partner I am dealing with.
To that end, extract the domain part of the user's e-mail address and display that icon.
E.g. user@example.com is converted into http://example.com/favicon.ico
The image should be scaled to 16x16 by setting the appropriate size parameters.
The image should come with alt/title attributes containing the user's e-mail address.
The user should be able to enable/disable the option via BugzillaJS settings.
This should be shown for comments, next to the Gravatar.
This should be an option for bug assignees and other user roles.
Extracting <link rel="icon" is probably out of scope.