You are here

Files in Restrict Login or Role Access by IP Address 6.2

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 =========== Each user can be individually assigned an IP Addresses ranges from which they are allowed to login from. If they are not at a valid allowed ip address they cannot login. Each time a user successfully logs in, the roles are…
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 to specific IP Addresses. core = 6.x ; Information added by drupal.org packaging script on 2008-02-16 version = "6.x-1.0" core =…
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
session_restrict_by_ip.inc session_restrict_by_ip.inc User session handling functions.

Other projects