On 12/08/2010 12:28 AM, cristina wrote:
Upon creation of account in Codesion, we have used an admin name which we
would like to change now. However, there is no option for that right now.
How do we go about this task?

I don't think there is a nice way to do this. I think you have to hit the DB directly. Off the top of my head (likely incomplete):

1. change the user's name in whatever backend password store you're using

2. change the user's name (sid) in session and session_attribute on all rows

3. change the reporter and owner in ticket

4. change the author in ticket_custom, as well as any instances of "oldvalue" or "newvalue" which reference the old name

5. fix the permissions for that user (can be done through the admin console, provided you have someone else with admin access

6. Change the author in wiki

I'm probably missing some tables which need to be updated.


--
Matthew Caron
Build Engineer
Sixnet | www.sixnet.com
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
[email protected]

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