Changes between Version 29 and Version 30 of BluePrintAuthenticationAccess
- Timestamp:
- 01/10/09 14:27:28 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v29 v30 10 10 11 11 The default configuration is that Self-Registration is enabled.[[BR]] 12 This can be easily disabled: 13 * Remove the link from the menu in {{{layout.html}}} 14 * Disable the function in {{{controllers/default.py}}} 15 This manual process should be changed to a single setting in the default_setting table. 12 This can be easily disabled via a single setting in the s3_setting table. 16 13 17 14 The email address is currently not verified.[[BR]] … … 77 74 Most auditing wins, so if the Global is True, then all Modules will Log. If Global is False then Modules have control & can selectively enable it. 78 75 79 Global settings are defined in {{{ default_settings}}} table.[[BR]]76 Global settings are defined in {{{s3_settings}}} table.[[BR]] 80 77 Per-Module settings are defined in {{{module_settings}}} table.[[BR]] 81 78 Each defines 2 levels of Auditing - Audit just Changes (C/U/D), or also Reads: