Changes between Version 7 and Version 8 of s2s-login-functionality


Ignore:
Timestamp:
03/25/10 18:13:08 (15 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • s2s-login-functionality

    v7 v8  
    1313 * Preview his data 
    1414 * Recover forgotten password 
    15 The goal of this task is to provide this functionality. 
     15 * When entering the site user should be logged in as anonymous. This means that he have accesses to all public data.  
     16The goal of this task is to provide this functionality.[[BR]] 
     17Overall the server itself should be configurable. Following properties should be adjustable: 
     18 * Port - the default one is 8003 
     19 * Mail that is used to send messages to the user. (All needed information for this to work) This won't have default value. 
     20 * User activation via mail - the default behavior for this is to be on, however users should have the ability to disable this functionality. This way the user became active immediately after registration. 
     21 *  
    1622== Task requirements == 
    1723 * provide 
     
    2935    * should provide a way to manage visibility for user data 
    3036    * link to preview data page 
    31    * User details preview: Shows user info as the others sees it. 
    32     * Should show avatar, screen name, emails(depends on user input), description 
     37   * User details: Shows user info as the others sees it. 
     38    * Should show avatar, screen name, emails(depends on user input), description, list of (public) groups that the user is include in (this won't be implemented in this task), list of (public) owned resources. 
     39    * If the user views his own page, then all resources and groups are shown. 
     40    * The url for this page should be human readable. One opportunity is [DOMAIN NAME]/users/[user registration mail with "_" instead of "@"]/ 
    3341   * Register page: Should contain text input controls for all properties that the user can give input on 
    3442    * email - required 
     
    3947    * description 
    4048   * Forgotten password page 
    41     * Conformation page that show massage to the user that the new password is sent to the mail 
     49    * Conformation page that show message to the user that the new password is sent to the mail 
    4250 
    4351== Task result ==