You are here

Files in Restrict Login or Role Access by IP Address 6.3

Primary tabs

File namesort descending Location Namespace Description
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.css restrict_by_ip.css .restrict-by-ip div { display: inline; } .restrict-by-ip input.form-text { display: inline; width: auto; } .restrict-by-ip .description { display: block; }
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 = 6.x
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

Other projects