On Thu, Feb 5, 2009 at 10:36 PM, bardy <[email protected]> wrote: > > how to use different display name instead of login name > > I want to use login name only for login > > and use display name for displaying, in timeline or ticket assignment
Not sure about the timeline, but you should be able to put a custom ticket.html file in your trac instance templates directory. You could modify that ticket.html file, to point the reporter to the reporter's name, not the reporter's sid. I think the name field gets passed to the ticket module. Not sure about Owner's name though. Otherwise you may have to write a plugin. Of course I may entirely be wrong :) Matt P. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
