We have used open source version of discourse for a community with 200K users.
All our user registrations are done via remote service. Which means all the users have the same registration IP. We have set the max registrations per IP value also to be high (9999999)
Over the weekend, we realized that all new registrations are getting blocked with the error “ServiceError: New registrations are not allowed from your IP address”
We were able to unblock the IP by removing the entry from “screened_ip_addresses” table. However, want to understand why was the IP blocked?
Can anyone help me understand under what circumstances does discourse block an IP? Is this something that an admin could have accidentally done?