Cannot reproduce Warnings won't ban imported users

AndrewSimm

Well-known member
Affected version
XF 2.0.7
I have it set so that 3 points will equal a temporary ban. This works on new users that have registered since moving from VB4 to XF2, but not on imported users.
 
We’ll likely need a more detailed reproduction case for this.

XF doesn’t know who is or isn’t an imported user therefore there’s nothing that should make a difference.
 
This isn't anything we can reproduce with imported vs non-imported users.

As I said, there is nothing in the entire code that would be able to tell you who is imported vs who is not, so there's nothing at all in the code that can apply different behaviours to different users on this basis.

Realistically, this needs to be troubleshooted from scratch and that will include testing with any and all add-ons disabled, and if necessary submitting a ticket with a reproducible case and access details for the server (FTP and database ideally) so we can troubleshoot the code. In that process, if we find a bug we'll either re-open this report or fix it.
 
Top Bottom