Changes between Version 63 and Version 64 of BluePrintAuthorization


Ignore:
Timestamp:
06/19/10 23:11:05 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v63 v64  
    8585  * we'd need to patch other functions, such as sync, which would be hard to maintain
    8686 * Bad: Full security policy (native web2py) can be invoked, but this is painful (based on protected by default & granted manually) & untested within S3 recently
    87  * Need a new method: open by default & restricted manually
     87 * Need a new method: open by default & restricted manually (see below for proposed implementation)
    8888  * Option1: Use an {{{auth_permission}}} table similar to Web2Py 'full' but just for tables & with {{{group_id}}} as {{{multiple=True}}}
    8989  * Option2: Set within {{{000_config.py}}}, along with module permissions (see above example)