mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Add screening by IP address. When deleting a user as a spammer, block all signups from the same IP address.
This commit is contained in:
@ -135,6 +135,7 @@ class UsersController < ApplicationController
|
||||
return fake_success_response if suspicious? params
|
||||
|
||||
user = User.new_from_params(params)
|
||||
user.ip_address = request.ip
|
||||
auth = authenticate_user(user, params)
|
||||
register_nickname(user)
|
||||
|
||||
|
Reference in New Issue
Block a user