Changes between Version 41 and Version 42 of BluePrintAuthorization
- Timestamp:
- 06/19/10 18:17:04 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v41 v42 287 287 288 288 == Specific Examples == 289 * A Person's Contactsshouldn't be visible by default.289 * A Person's '''Contacts''' shouldn't be visible by default. 290 290 * Authenticated is OK 291 291 * Simply add the Authenticated group (2) to the table (or records in the table if using Option 3) 292 292 * ~~This requires all authenticated users to be added to the 'Authenticated' group~~ 293 293 294 * A Person's Subscriptionsshouldn't be visible by default.294 * A Person's '''Subscriptions''' shouldn't be visible by default. 295 295 * Admin or themselves is OK 296 296 * Option A: restore the web2py default of adding 1 group per user! … … 305 305 * Currently this requires modifying {{{shn_register()}}} in {{{modules/sahana.py}}} 306 306 307 * If access to a record is restricted then access to Messages relating to that record should also be restricted307 * '''Messaging''': If access to a record is restricted then access to Messages relating to that record should also be restricted 308 308 * unless routed somewhere visible as well! 309 309 * block subscription … … 311 311 * onvalidation not onaccept so that only 1 DAL update() is done 312 312 313 * '''FRP''': a request that has been submitted by an IP user can be completely changed as well as cancelled/deleted by IP users belonging to the same organisation, but only until a WFP user has confirmed the request - after that the IP users can only change certain fields in the record, and not delete the record anymore. 314 * ''tbc'' 315 313 316 ---- 314 317 BluePrintAuthenticationAccess