Changes between Initial Version and Version 1 of BASE_SECURITY_MODEL


Ignore:
Timestamp:
06/05/09 17:09:00 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_SECURITY_MODEL

    v1 v1  
     1= Sophie 2 security model = 
     2This page describes the security model of Sophie2. Currently only users and user groups are implemented. 
     3 
     4== Users == 
     5Users in Sophie2 are a kind of resources that hold the following properties: 
     6 * username (required) 
     7 * password (required) 
     8 * email (required) 
     9 * full name 
     10 * birthdate 
     11 * description (about me) 
     12 * groups 
     13 
     14Each user can belong to 0 or more groups. 
     15 
     16== Groups == 
     17Groups in Sophie2 are a kind of resources that hold the following properties: 
     18 * name (required) 
     19 * description 
     20 * owner 
     21 * users 
     22 
     23A group can contain one or more users. The owner is the user who has created the group and can have more permissions than other users in the group. 
     24 
     25== Permissions == 
     26^This section will be filled when permissions are implemented. 
     27 
     28= Comments = 
     29^Write your comments here --developer-id@YYYY-MM-DD