HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Split] Idea for BulkEdit Plugin*
This discussion was created from comments split from: Official Feedback Thread.
Sorry guys, by splitting the new comment to an ancient topic I unlocked the topic from the BulkEdit Plugin. No undo, My Bad.
Sorry guys, by splitting the new comment to an ancient topic I unlocked the topic from the BulkEdit Plugin. No undo, My Bad.
There was an error rendering this rich post.
0
Comments
Hi just wanted to state an idea here. If your community got overrun by bots the user list is far to short to handle a bigger amount of deletions.
If you want to batch delete for example 300 users at once make this changes to the code.
~/applications/dashboard/controllers/class.usercontroller.php
Line 81 under 2.0.18.10
Set:
list($Offset, $Limit) = OffsetLimit($Page, 30);
To:
list($Offset, $Limit) = OffsetLimit($Page, 300);
Hope that helps.