Changes between Version 2 and Version 3 of BASE_SECURITY_MODEL_USERS_R0
- Timestamp:
- 01/30/09 05:34:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_SECURITY_MODEL_USERS_R0
v2 v3 9 9 Define 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. 10 10 11 The write a class to represent a user and add a key-value list for the properties of the user. 12 11 13 == Task requirements == 12 14 … … 15 17 16 18 == Task result == 17 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 19 20 The result of this class is code and documentation. 18 21 19 22 == Implementation idea == … … 27 30 * List of IM services (this might be used for later communication while reading a book) 28 31 * Server/Account/Password 32 * Don't allow empty users; Provide a constructor that requires at least a username and email 29 33 30 34 == Related ==