Eleminate double user account
Posted: 22 Mar 2006, 08:17
Hi there,
in my mantisbt (Version 1.0.1) I have a User that has registered twice with different usernames. Let's say 'doe' and 'john doe'.
He worked under both accounts. When I try to filter for hist issues I certainly don't get all the information I want because I only filter on one username.
What I would like to do is eleminate 'john doe' and repace all his occurances by 'doe'.
Can anyone give me a hint how to to that?
I'm familiar with SQL so I think I will do sth. like: UPDATE tablexy SET reporter_id = 43 WHERE reporter_id = 43
In which tables do I have to search for the user ID.
Thanks in advance
Andreas
in my mantisbt (Version 1.0.1) I have a User that has registered twice with different usernames. Let's say 'doe' and 'john doe'.
He worked under both accounts. When I try to filter for hist issues I certainly don't get all the information I want because I only filter on one username.
What I would like to do is eleminate 'john doe' and repace all his occurances by 'doe'.
Can anyone give me a hint how to to that?
I'm familiar with SQL so I think I will do sth. like: UPDATE tablexy SET reporter_id = 43 WHERE reporter_id = 43
In which tables do I have to search for the user ID.
Thanks in advance
Andreas