| 1 |
$Id: README.txt,v 1.3 2008/11/11 00:28:58 peligrorice Exp $
|
| 2 |
|
| 3 |
DESCRIPTION
|
| 4 |
===========
|
| 5 |
Each user can be individually assigned an IP Addresses and/or IP Address ranges from which they are allowed to login from.
|
| 6 |
|
| 7 |
If they are not at a valid allowed ip address they cannot login.
|
| 8 |
|
| 9 |
This module is designed to work with Drupal 6.x.
|
| 10 |
|
| 11 |
Installation
|
| 12 |
=====
|
| 13 |
1. Copy this directory to a suitable modules directory, such as
|
| 14 |
sites/all/modules
|
| 15 |
2. Enable the module at: Administer > Site building > Modules
|
| 16 |
3. Set the error page at: Administer > Site configuration > Restrict by IP
|
| 17 |
|
| 18 |
USAGE
|
| 19 |
=====
|
| 20 |
1. When adding or modifying a user account a Restrict by IP settings fieldset will be a new option.
|
| 21 |
2. Type in the IP Address in the Restricted IP Address field and click submit
|
| 22 |
3. The next time the user tries to login their current IP will be checked against this one and will be redirected to the error page if they are at the wrong IP Address.
|
| 23 |
4. Simply delete the value, and submit to remove the restriciton.
|
| 24 |
|
| 25 |
AUTHOR
|
| 26 |
======
|
| 27 |
Matt Rice (mrice [at] mattrice.org)
|
| 28 |
|