Changes between Version 2 and Version 3 of BASE_SECURITY_MODEL_USERS_R0


Ignore:
Timestamp:
01/30/09 05:34:43 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_SECURITY_MODEL_USERS_R0

    v2 v3  
    99Define the attributes for user accounts in Sophie.  These user accounts will be used for accessing a server to upload/download books and content, as well as other Sophie services that might exist. 
    1010 
     11The write a class to represent a user and add a key-value list for the properties of the user. 
     12 
    1113== Task requirements == 
    1214 
     
    1517 
    1618== Task result == 
    17 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     19 
     20The result of this class is code and documentation. 
    1821 
    1922== Implementation idea == 
     
    2730  * List of IM services (this might be used for later  communication while reading a book) 
    2831   * Server/Account/Password 
     32 * Don't allow empty users; Provide a constructor that requires at least a username and email 
    2933 
    3034== Related ==