Changeset 6409 for main


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

Roll back #6395. This killed the whole point of authentication.

File:
1 edited

Legend:

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

    r6396 r6409  
    228228        if ac is None:
    229229            return None
    230         #if ac.disabled is not False:
    231         #    return None
    232         #if ac.invalidation_date is not None and appl_ac != ac.representation:
    233         #    return None
     230        if ac.disabled is not False:
     231            return None
     232        if ac.invalidation_date is not None and appl_ac != ac.representation:
     233            return None
    234234        if appl_ac is not None and appl_ac != ac.representation:
    235235            # This should never happen. It means a catalog error.
Note: See TracChangeset for help on using the changeset viewer.