You are here

Files in Restrict Login or Role Access by IP Address 6

Primary tabs

File namesort descending Location Namespace Description
README.txt README.txt DESCRIPTION =========== Each user can be individually assigned an IP Address which they are allowed to login from. If they are not at that address they cannot login. This module is designed to work with Drupal 5.x. Installation ===== 1. Copy this…
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 description = "Enables limiting user login to specific IP Addresses."
restrict_by_ip.install restrict_by_ip.install
restrict_by_ip.module restrict_by_ip.module Allows the admin to select which IP Addresses a user can login from for this site. Some of the code below is taken from the cck_ipaddress_module

Other projects