Changes between Version 41 and Version 42 of BluePrintAuthorization


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v41 v42  
    287287
    288288== Specific Examples ==
    289  * A Person's Contacts shouldn't be visible by default.
     289 * A Person's '''Contacts''' shouldn't be visible by default.
    290290  * Authenticated is OK
    291291   * Simply add the Authenticated group (2) to the table (or records in the table if using Option 3)
    292292   * ~~This requires all authenticated users to be added to the 'Authenticated' group~~
    293293
    294  * A Person's Subscriptions shouldn't be visible by default.
     294 * A Person's '''Subscriptions''' shouldn't be visible by default.
    295295  * Admin or themselves is OK
    296296   * Option A: restore the web2py default of adding 1 group per user!
     
    305305     * Currently this requires modifying {{{shn_register()}}} in {{{modules/sahana.py}}}
    306306
    307  * If access to a record is restricted then access to Messages relating to that record should also be restricted
     307 * '''Messaging''': If access to a record is restricted then access to Messages relating to that record should also be restricted
    308308  * unless routed somewhere visible as well!
    309309  * block subscription
     
    311311   * onvalidation not onaccept so that only 1 DAL update() is done
    312312
     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
    313316----
    314317BluePrintAuthenticationAccess