I don't understand why i need to block a user for validating over IP.

For example:

I have a fixed IP in the job and i would like to auto login by IP in this case. But in home i have a dynamic IP, so i need to validate with my user & password. How can i do this?

I could'nt use two users because the central database of users are provided by the cas module, so the users are unique in the site.

Thanks in advanced

Xarbot

Comments

tetramentis’s picture

http://drupal.org/node/316052#comment-1127029

I'm not (yet) familiar with this module good enough, but you could try removing the 'blocked user' requirement from ipauth code. That might work perfectly for you. Or just use this alternative: http://drupal.org/project/ip_login

As I'm planning to use ipauth for "institutional login", current behavior (requiring to block an IP-auth-user) is IMO perfect.