Hi,

 I'm trying to integrate Trac 0.11 into a system where people can change
their login name.

 I've a setup where Trac uses MySQL. As I've examined the MySQL tables,
when a user changes its login, updating these fields accordingly seems
suffice :

 attachment.author
 component.owner
 permission.username
 revision.author
 session.sid
 session_attribute.sid
 ticket.owner
 ticket.reporter
 ticket_change.author
 ticket_change.oldvalue if ticket_change.field = owner
 ticket_change.newvalue if ticket_change.field = owner
 wiki table.author column 

 Am I missing anything? Is login name stored anywhere else?

 Are there any complications of changing login name that I'm not seeing?

                   Doruk

--
FISEK INSTITUTE - http://www.fisek.org.tr

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to