Changes between Version 1 and Version 2 of GROUP_BASE_SECURITY_R0
- Timestamp:
- 05/28/09 15:09:32 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_BASE_SECURITY_R0
v1 v2 24 24 * Ensure that registration and login work through the web user interface. 25 25 * At this revision, persistence is not required. You can keep information about the users and groups in memory. 26 * Document what has been achieved in [wiki:BASE_SECURITY_MODEL]. 26 27 27 28 == Task result == 28 Source code 29 * Source code 30 * Wiki page 29 31 30 32 == Implementation idea == 31 33 * Create a new module - base.model.security to hold the security model (this will include permissions at a later stage). 32 34 * Take a look at the current server implementation of users and groups. 33 * Groups can have a list of the users in the group. Users do not necessarily need to have a property , holdingtheir group.35 * Groups can have a list of the users in the group. Users do not necessarily need to have a property that holds their group. 34 36 35 37 == Related == 36 ^(Add links to related tasks that could be useful or helpful.)^ 38 S2S_CORE_SECURITY_R0 [[BR]] 39 37 40 38 41 == How to demo ==