Changes between Version 1 and Version 2 of GROUP_BASE_SECURITY_R0


Ignore:
Timestamp:
05/28/09 15:09:32 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_BASE_SECURITY_R0

    v1 v2  
    2424 * Ensure that registration and login work through the web user interface. 
    2525 * 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]. 
    2627 
    2728== Task result == 
    28 Source code 
     29 * Source code 
     30 * Wiki page 
    2931 
    3032== Implementation idea == 
    3133 * Create a new module - base.model.security to hold the security model (this will include permissions at a later stage). 
    3234 * 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, holding their 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. 
    3436 
    3537== Related == 
    36 ^(Add links to related tasks that could be useful or helpful.)^ 
     38S2S_CORE_SECURITY_R0 [[BR]] 
     39 
    3740 
    3841== How to demo ==