Changeset 204 for branches/1.1dev/config


Ignore:
Timestamp:
Aug 9, 2006 10:09:22 PM (18 years ago)
Author:
scdev
Message:

Q - added match_remote_ip_exempt_usernames functionality to 1.1dev/lib/AuthSQL.inc.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/config/defaults.inc.php

    r187 r204  
    117117setDefault($CFG->trusted_networks, array());
    118118
     119// Array of usernames which are exempt from remote_ip matching. Users behind
     120// proxy servers should be appended to this array so their shifting remote IP
     121// will not log them out.
     122setDefault($CFG->login_abuse_exempt_usernames, array());
     123
    119124
    120125/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.