Changes between Version 17 and Version 18 of BluePrintAuthorization


Ignore:
Timestamp:
06/18/10 21:15:27 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v17 v18  
    106106 * A Person's Subscriptions shouldn't be visible by default.
    107107  * Admin or themselves is OK
    108    * This requires the default of adding 1 group per user! {{{auth.user_group(auth.user.id)}}}
    109     * We therefore filter these out of our views?
     108   * This requires the default of adding 1 group per user!
     109    * In {{{models/00_settings.py}}}: {{{auth.settings.create_user_groups = False}}}
     110    * Check using {{{auth.user_group(auth.user.id)}}}
     111    * Filter these out of our views?
    110112
    111113 * An Admin should be able to restrict access to records to just those within a certain GIS location (e.g. Country or Region)