LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
verbatim copies of this license document, but… |
README.txt |
README.txt |
|
Description
===========
In general, this module provides features that allow an IP address (or range of
IP addresses) to be whitelisted which restricts the functionality of users.
Currently there are two features implemented.
IP address ranges must… |
restrict_by_ip.api.php |
restrict_by_ip.api.php |
|
Documentation of restrict_by_ip hooks. |
restrict_by_ip.info |
restrict_by_ip.info |
|
name = Restrict By IP
package = Access control
description = Enables limiting user login and role access to specific IP Addresses.
core = 7.x
configure = "admin/config/people/restrict_by_ip"
files[] = restrict_by_ip.test |
restrict_by_ip.install |
restrict_by_ip.install |
|
|
restrict_by_ip.module |
restrict_by_ip.module |
|
Allows the admin to select which ip addresses role or a user can login from for this site
Some of the code below is taken from the cck_ipaddress_module |
restrict_by_ip.test |
restrict_by_ip.test |
|
|