Hello all,
we're about to move our vB 4.2 to XF2 once it is released. Right now we're running test-import into XF 1.5 and the importer found ~200 users in conflict. Further investigation showed that we have different account names with the "same" email address. Our forum is set to allow one registration per email but the problem is that "email" column has "utf8_bin" collation (wtf?) so it is case sensitive. This caused the conflict situation as we have several accounts using same email but with different size of letters.
Example:
Importer offers a merge but there is no clear description based on which rule the merge will happen. I mean ... we have two different users but the importer shows only one as a result of the merge - which one is it? The one with more recent last-activity? The one with more posts?
Our desired behavior would be to merge the users based on the lastactivity. Username with more recent timestamp will be the result of the merge.
Could someone please explain how this actually works?
Thank you in advance for response
we're about to move our vB 4.2 to XF2 once it is released. Right now we're running test-import into XF 1.5 and the importer found ~200 users in conflict. Further investigation showed that we have different account names with the "same" email address. Our forum is set to allow one registration per email but the problem is that "email" column has "utf8_bin" collation (wtf?) so it is case sensitive. This caused the conflict situation as we have several accounts using same email but with different size of letters.
Example:
Importer offers a merge but there is no clear description based on which rule the merge will happen. I mean ... we have two different users but the importer shows only one as a result of the merge - which one is it? The one with more recent last-activity? The one with more posts?
Our desired behavior would be to merge the users based on the lastactivity. Username with more recent timestamp will be the result of the merge.
Could someone please explain how this actually works?
Thank you in advance for response