Changeset 42:fbc7258e4b5c in documentViewer


Ignore:
Timestamp:
Jul 14, 2006, 4:22:36 PM (18 years ago)
Author:
casties
Branch:
default
Message:

changed default access to deny if no access information

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • documentViewer.py

    r41 r42  
    146146        if access is None:
    147147            # no information - no access
    148             #TODO: check
    149             return True
     148            return False
    150149        elif access == 'free':
    151             zLOG.LOG("documentViewer (accessOK)", zLOG.INFO, "access is free")
     150            zLOG.LOG("documentViewer (accessOK)", zLOG.INFO, "access is free")
    152151            return True
    153152        elif access in self.authgroups:
  • version.txt

    r39 r42  
    1 DocumentViewer 0.2.5
     1DocumentViewer 0.2.6
Note: See TracChangeset for help on using the changeset viewer.