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?
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
Comment #1
ymmatt commenteddid you follow the installation steps, are you using clean urls?
Comment #2
mo6Comment #3
fizk commentedThis 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) {
Comment #4
james.wilson commentedRestriction of uid 1 has been fixed in 6.x-3.x branch.