Plugin for limiting user registration based on ip with expiry period?
Despite that this approach may be flawed by the fact that it can be by-passed using proxies, here is a simplistic (yet untested) approach, which you would need to improve upon but would give you the foundation for achieving your desired goal. The process as I see it: filter user registerations on the pre_user_login or … Read more