Feature proposal #4010
closedImplement backend whitelist mangement
Description
Implement backend panel to add ip addresses, email addresses, email domains, or user ids to be whitelisted. All blocking for whitelisted entries will be ignored. Should be relatively simply addition and can be checked in getUserBlocks then simply return nothing if the user is whitelisted. Needs full backend panel of course for easy additions. CB Moderators are already auto-white listed basically.
Updated by krileon over 11 years ago
- % Done changed from 0 to 50
Implemented internally; needs GUI now. Basically a user, ip address, email address, etc.. whitelisted will ignore block usage. Note whitelisting needs to be implemented in a usage by usage basis so if 3rd party utilizes API it should also check whitelists (if it wants to).
Updated by krileon over 11 years ago
CB Moderators are always considered whitelisted (with or without a whitelist row).