a5mith / nodebb-plugin-import-smf

Gets SMF posts ready for import into NodeBB.
MIT License
7 stars 2 forks source link

Expired/disabled bans imported erroneously #9

Open jim-p opened 6 years ago

jim-p commented 6 years ago

We have a rather large userbase (considering banned users, close to 300k users) that mostly imported OK from SMF but we hand a handful of users (43 users, ~0.015%) that had incorrect bans. After digging around in the old SMF ban tables we found that a few conditions which led to SMF users without an active ban ending up banned in NodeBB after import. These include:

akhoury commented 6 years ago

it seems you're well aware of the solution, I would really appreciate a pull request 😄

jim-p commented 6 years ago

Fair enough! I'd love to dig in and try that but at the moment I don't have time available to take that on. :)

Now that our import is done we likely won't need this again, but I figured it was worth noting for the next person who came along and needed it.