A plugin for managing a blacklist of user data.
After activation, a new "Blacklist" section appears in the admin panel.
First, you should start working with the plugin in the settings section. You need to set the basic data for the entire site:
Method
What the plugin should do when it detects blacklisted data in a request.
Throw an error - prevent the request from being created.
Stop auto-payout - allow the request to be created, but stop the payout if one is connected to the exchange.
Add data from the Bestchange Blacklist module
If the BestChange Blacklist plugin is connected and it is triggered, the data from it is added to the blacklist. To avoid duplicate API calls and speed up the site.
Verified fields
Fields we check when creating a request.
Blacklist
All blacklisted data can be found in the "Blacklist" section.
Each blacklisted item has its own setting, which tells the plugin what to do if it detects data in a request.
according to settings - perform the action according to the plugin's main settings.
skip - allow this item, allowing requests to be created with it.
give error - generate an error when creating a request.
stop auto-payout - allow the request to be created, but stop the payout if one is connected to the exchange.
In the "Requests" section, the plugin adds two new actions in bulk actions:
"Add to blacklist" - adds all data from the request to the blacklist.
"Remove from blacklist" - removes all data from the request from the blacklist.


