5
1

When we had a problem after the migration, some of our users chose to create new accounts. So now, some of them would like to be able to merge their accounts. Is it possible? If yes, how can I do that?

asked 01 Nov '10, 10:30

Randell's gravatar image

Randell
2.0k479376
accept rate: 28%

My guess is that this is not implemented (yet). You better put a request for this on jira.

(19 Mar '11, 12:08) ripper234 ♦

It's not possible via the code, as far as I can tell.

It would be possible to do it via direct SQL queries in the database, Make sure you've got a backup first. Refine your SQL approach on a development server with a database copied from your production server. Test, test, and test again. Then backup your production server again, and then do the queries on your production server.

link

answered 07 Apr '11, 19:10

Andrew_S's gravatar image

Andrew_S ♦
5.6k45674
accept rate: 21%

Thanks. I guess the script for that can be used to implement this feature in the future.

(07 Apr '11, 21:07) Randell
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×43
×18
×2

Asked: 01 Nov '10, 10:30

Seen: 793 times

Last updated: 07 Apr '11, 21:07

powered by OSQA