Changeset 6411 for main


Ignore:
Timestamp:
20 Jun 2011, 00:11:29 (13 years ago)
Author:
uli
Message:

Make authentication work with modified access codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/authentication.py

    r6410 r6411  
    230230        if ac.disabled is not False:
    231231            return None
    232         if ac.invalidation_date is not None and appl_ac != ac.representation:
     232        if ac.used is not False and appl_ac != ac.representation:
    233233            return None
    234234        if appl_ac is not None and appl_ac != ac.representation:
Note: See TracChangeset for help on using the changeset viewer.