Block/Ban Users IP Address?
himagarwal - September 21, 2009 - 07:54
I would like to block users ip address so that he/she is not allowed to use the website anymore. Is troll (drupal.org/project/troll) the only module for this?
Doesn't drupal 6 has this facility inbuilt?

Build in Drupal or with modules
Build in Drupal there's a way to block user. It's under
admin/user/rulesYou must setup the appropriate access rule. You can find any user's IP address underadmin/reports/dblogSearch under the Message column forSession opened for usernamehere. Then click on this link. User's IP address is on the next page.Here are a few modules able to block user base on their IP address.
http://drupal.org/project/goaway
http://drupal.org/project/cave
http://drupal.org/project/troll
http://drupal.org/project/misery
http://drupal.org/project/spam
Search more modules at http://drupal.org/project/modules?text=ip%20address
---
How to contribute to Drupal.