Project:Restrict Login or Role Access by IP Address
Version:5.x-1.0-beta4
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:james_g
Status:closed (fixed)

Issue Summary

I installed this module and it just doesn't work at all.
any known issues with it or things I have to check to see if its working or not?

Comments

#1

did you follow the installation steps, are you using clean urls?

#2

Status:active» postponed (maintainer needs more info)

#3

This module didn't work for me when restricting the administrator (uid 1).

Change restrict_by_ip.module like so:

@@ -97,7 +97,7 @@ function _restrict_by_ip_login(&$user
- if ($user -> uid > 1) {
+ if ($user->uid > 0) {

#4

Assigned to:Anonymous» james_g
Status:postponed (maintainer needs more info)» closed (fixed)

Restriction of uid 1 has been fixed in 6.x-3.x branch.