Changes between Version 17 and Version 18 of BluePrintAuthorization
- Timestamp:
- 06/18/10 21:15:27 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v17 v18 106 106 * A Person's Subscriptions shouldn't be visible by default. 107 107 * 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? 110 112 111 113 * An Admin should be able to restrict access to records to just those within a certain GIS location (e.g. Country or Region)