Developer forum

Forum » Feature requests » Automated login related to IP adressess

Automated login related to IP adressess

Tom-Erik Paulsen
Reply
We are currently setting up a site with intranett sections. We are looking for a functionality that logs users inn if they come from a spesific IP address. Is this something that is allready been developed, or do anyone have any good ideas how to solve this?

Replies

 
Nuno Aguiar
Reply

Hi Tom,

 

We developed something similar to it:

- redirect to website/page according to IP address

- redirect upon login

 

For the first feature we developed a module to manage those redirects.

 

For the second feature we developed a simple module that managed custom fields for websites, and related the groups. Then we subscribed to the onExtranetLogin notifier, and if the user belonged to a mapped group, he would be redirected to that website's first page.

 

Nuno