Changes between Version 3 and Version 4 of BluePrintAuthorizationB


Ignore:
Timestamp:
06/20/10 14:25:10 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorizationB

    v3 v4  
    6262    - '''shn_restrict(table, method, role, id=None)''' replaces the list of permitted roles for method on table/record with [role]
    6363  - table/record access permission is tested by:
    64     - '''shn_has_permission(table, method, id=None)''', which returns True/False refering to the current user
     64    - '''shn_permitted(table, method, id=None)''', which returns True/False refering to the current user
    6565
    6666  - record restrictions override table permissions