Page 1 of 1

merge mantis accounts 1.2.3

Posted: 18 Nov 2010, 20:15
by zidnut
Is there any way to merge two mantis user accounts into one?

Re: merge mantis accounts 1.2.3

Posted: 18 Nov 2010, 20:28
by istvanb
What you mean on this exactly?

Re: merge mantis accounts 1.2.3

Posted: 19 Nov 2010, 08:49
by cas
This plugin enables allocating issues from one user to another.

Installation:
Copy the plugin into the plugins directory of your mantis installation.
Log on to mantis with Admin right
Go to Manage
Select Manage Plugins
Install Syncuser
Configure plugin by clicking on the name after install.

On the manage menu a new option will be available.

http://www.mantisbt.org/bugs/view.php?id=7260

Re: merge mantis accounts 1.2.3

Posted: 30 Nov 2010, 16:07
by zidnut
so my first attempt at this failed..

Database query failed. Error received from database was #1062: Duplicate entry '6-2079' for key 1 for the query: update mantis_project_user_list_table set user_id=2079 where user_id=111.

any ideas?

matt

Re: merge mantis accounts 1.2.3

Posted: 30 Nov 2010, 16:14
by zidnut
Also, I should be clear. These users have created two accounts and done work in both. So they are looking to preserve data related to both accounts, not creating a new account to merge data into. Hoping to save data from one account into another while maintaining the data that account already has.

Re: merge mantis accounts 1.2.3

Posted: 30 Nov 2010, 17:28
by zidnut
I figured out why, I had to remove the copy from user out of the project, or else they confilct after the merge.