Changes between Version 84 and Version 85 of BluePrintAuthorization


Ignore:
Timestamp:
06/22/10 15:09:58 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v84 v85  
    100100{{{
    101101def myfunction():
     102    shn_has_role = auth.shn_has_role
    102103    if not shn_has_role(1) or (shn_has_role("BadRole1") and shn_has_role("BadRole2")) and not shn_has_role("GoodRole"):
    103104        # redirect out