You are here

README.txt in Restrict Login or Role Access by IP Address 6

Same filename and directory in other branches
  1. 8.4 README.txt
  2. 5 README.txt
  3. 6.3 README.txt
  4. 6.2 README.txt
  5. 7.3 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 directory to a suitable modules directory, such as 
    sites/all/modules
2. Enable the module at: Administer > Site building > Modules
3. Set the error page at: Administer > Site configuration > Restrict by IP

USAGE
=====
1. When modifying a user account a Restrict by IP settings fieldset will be a new option.
2. Type in the IP Address in the Restricted IP Address field and click submit
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.
4. Simply delete the value, and submit to remove the restriciton.

AUTHOR
======
Matt Rice (mrice [at] mattrice.org)

File

README.txt
View source
  1. DESCRIPTION
  2. ===========
  3. 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.
  4. This module is designed to work with Drupal 5.x.
  5. Installation
  6. =====
  7. 1. Copy this directory to a suitable modules directory, such as
  8. sites/all/modules
  9. 2. Enable the module at: Administer > Site building > Modules
  10. 3. Set the error page at: Administer > Site configuration > Restrict by IP
  11. USAGE
  12. =====
  13. 1. When modifying a user account a Restrict by IP settings fieldset will be a new option.
  14. 2. Type in the IP Address in the Restricted IP Address field and click submit
  15. 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.
  16. 4. Simply delete the value, and submit to remove the restriciton.
  17. AUTHOR
  18. ======
  19. Matt Rice (mrice [at] mattrice.org)