/[drupal]/contributions/modules/restrict_by_ip/README.txt
ViewVC logotype

Contents of /contributions/modules/restrict_by_ip/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Wed Mar 25 13:03:00 2009 UTC (8 months ago) by peligrorice
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2, HEAD
Changes since 1.4: +1 -0 lines
File MIME type: text/plain
*** empty log message ***
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

  ViewVC Help
Powered by ViewVC 1.1.2