mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 00:21:38 +08:00
FIX: display total number of other accounts with the same IP address in the IP lookup dialog
This commit is contained in:
@ -53,6 +53,7 @@ Discourse::Application.routes.draw do
|
||||
get "list/:query" => "users#index"
|
||||
get "ip-info" => "users#ip_info"
|
||||
delete "delete-others-with-same-ip" => "users#delete_other_accounts_with_same_ip"
|
||||
get "total-others-with-same-ip" => "users#total_other_accounts_with_same_ip"
|
||||
put "approve-bulk" => "users#approve_bulk"
|
||||
delete "reject-bulk" => "users#reject_bulk"
|
||||
end
|
||||
|
Reference in New Issue
Block a user