Changes between Version 59 and Version 60 of BluePrintAuthenticationAccess
- Timestamp:
- 06/01/09 22:00:46 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v59 v60 81 81 82 82 == Accounting == 83 STATUS: Complete apart from needing to get new_values back from the form after processing.[[BR]]83 STATUS: Complete apart from implementation in Many<>Many.[[BR]] 84 84 The solution hooks the [wiki:BluePrintREST RESTlike controller] so anything which bypasses that is not logged (other than the simple fields: {{{created_by}}}, {{{updated_by}}}).[[BR]] 85 85 … … 100 100 * {{{session.s3.audit_write}}} 101 101 102 For now this is configured via appadmin, although we should later make a nicer UI which has a single checkbox for 'Enable Auditing'.102 For now this is configured as 2 checkboxes in the admin settings UI, although we should later make a nicer UI which has a single checkbox for 'Enable Auditing'. 103 103 This then opens up a two checkboxes: 104 104 * Global … … 109 109 NB Web2Py's Auth now includes it's own auth_events table with granular logging options, so we may wish to make use of this. 110 110 111 We also have a bug whereby creations from listadd forms aren't getting recorded!112 113 111 ---- 114 112 BluePrints 115 BluePrints