Skip to main content

How It Works

When a new user registration is attempted (via API or form):

  1. The plugin checks if the user:
  • Uses a blocked email domain
  • Has a name matching blocked keywords
  • Is connecting from a blocked IP
  1. If a third-party API is configured, a request is sent to ai fraud detection api with:
  • Email
  • Name
  • IP
  • User Agent
  1. If the API reports high risk, registration is blocked.

All blocks are logged for auditing and review.