merge mantis accounts 1.2.3
Moderators: Developer, Contributor
merge mantis accounts 1.2.3
Is there any way to merge two mantis user accounts into one?
Re: merge mantis accounts 1.2.3
What you mean on this exactly?
Re: merge mantis accounts 1.2.3
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
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
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
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
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
I figured out why, I had to remove the copy from user out of the project, or else they confilct after the merge.