Changes between Version 42 and Version 43 of BluePrintAuthorization


Ignore:
Timestamp:
06/19/10 18:28:36 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v42 v43  
    268268Some tables should be writable by unauthenticated users
    269269 * Need to differentiate the 2 (can deposit new but not edit existing)
    270  * Function {{{shn_has_permission()}}} above handles this by setting ({{{writable=|0|}}})
     270 * Function {{{shn_has_permission()}}} above handles this by the admin setting the relevant permission to {{{|0|}}}
    271271 * Might want to be have new records by unauthenticated users not be visible in lists until an admin has approved them
    272272  * Add a new field 'approved', which default to 'False' for unauthenticated users