TrustedIPList
Summary
Sets IP addresses that users can log in from even though their accounts are locked.Usage
TrustedIPList[]
TrustedIPList[]= ip1|network1
TrustedIPList[]= ip2|network2
Description
This configuration array can contain a set of IP addresses and/or ranges. The entered values define trusted hosts and/or zones. Login requests coming from trusted locations will be processed regardless if the user accounts are locked. For example, if the site administrator's account is locked, the administrator will still be able to login from a host/zone which is defined in the trusted IP list.
Examples
Example 1
TrustedIPList[] TrustedIPList[]=192.168.0.1 TrustedIPList[]=192.0.0.0/27
If a user's account is locked, the user will still be able to login if the request is coming from 192.168.0.1 or 192.0.0.1 - 192.0.0.30.
Julia Shymova (16/04/2007 2:09 pm)
Julia Shymova (28/12/2007 2:10 pm)
Comments
There are no comments.