Changes between Version 42 and Version 43 of BluePrintAuthorization
- Timestamp:
- 06/19/10 18:28:36 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v42 v43 268 268 Some tables should be writable by unauthenticated users 269 269 * 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|}}} 271 271 * Might want to be have new records by unauthenticated users not be visible in lists until an admin has approved them 272 272 * Add a new field 'approved', which default to 'False' for unauthenticated users