Opened 4 years ago
Last modified 1 year ago
currently this shows:
but I would like to see
Is this possible?
It would also be nice if the User Name was a mailto link using the email address that a user has entered into Trac (but only if they have actually entered an email address) so that it would be straightforward to contact that user.
Patch to add optional display of Full Name and eMail addresses.
I have attached a patch to optionally display the user's Full Name and eMail address (from the session data) in the table. The display is currently controlled by three class members:
Note the revision number in the patch is wrong as I do not have direct svn access to the t-h.o repository.
Thanks for the patch. I will get it checked-in soon.
I think this patch also address #4237?
Anything but _ignore_before is incorporated into UserQuery , an alternative wiki macro provided by AccountManagerPlugin (see #9852 for details). Comments welcome.