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

ymmatt’s picture

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

mo6’s picture

Status: Active » Postponed (maintainer needs more info)
fizk’s picture

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) {

james.wilson’s picture

Assigned: Unassigned » james.wilson
Status: Postponed (maintainer needs more info) » Closed (fixed)

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