Posted by Oghnia on October 31, 2008 at 6:03pm
Jump to:
| 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
#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
Restriction of uid 1 has been fixed in 6.x-3.x branch.