Changes between Version 3 and Version 4 of s2s-login-functionality


Ignore:
Timestamp:
03/24/10 17:22:58 (15 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • s2s-login-functionality

    v3 v4  
    5757 
    5858= Design = 
    59 ^(Describe your design here.)^ 
     59  
     60 == User name == 
     61 Change the register and login pages to ask for e-mail instead of userName and use it as the unique identifier of the user. This should be achieved by generating the unique part of the users ref from its e-mail information. The email could be transformed to a string that contains only symbols allowed in ResourceRefs and then it could be used as part of the location to the user. 
    6062 
     63 == Password ==  
     64 For now we could keep the password in plain text and on login compare the provided password with the original one. In future it is better to generate a hash code by the pass and keep only it in the database.  
     65 
     66 == Screen name == 
     67 The user will be allowed to set the name that is presented to the other for him/her. This is done in the screen name field. If it is not set the user is referred to by its e-mail address.   
     68 
     69 == Web UI == 
     70 This task is basically implementation of jspx files and HttpRequesHandlers for their logic. The present design of the WebUI and WebApp modules is good and should be kept and just extended to supprot new functionality.  
     71 
     72 
     73  
    6174= Implementation = 
    6275^(Describe and link the implementation results here (from the wiki or the repository).)^