Software Freedom Law Center

Changeset 179

Show
Ignore:
Timestamp:
07/15/08 20:21:28 (3 months ago)
Author:
landon
Message:

Changed authentication to have a rolling timeout

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/antimatter/luke/myplugs/libtracker/auth.py

    r165 r179  
    100100    user = authenticated.data[ievent.userhost] 
    101101    if ((config.get('max_auth') - (time() - user.lastauth)) > 0): 
     102        user.lastauth = config.get('max_auth') 
    102103        return True 
    103104    else: 

SFLC Main Page

[frdm] Support SFLC