Changes between Version 13 and Version 14 of s2s-login-functionality


Ignore:
Timestamp:
04/07/10 17:27:05 (15 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • s2s-login-functionality

    v13 v14  
    114114 
    115115 
    116 All commom methods will be encapsulated in a util class - RequestHandlerUtil. 
     116All common methods will be encapsulated in a util class - RequestHandlerUtil. 
    117117 
    118118= Implementation = 
    119 ^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     119After discussion with experience team following changes will be included inside the implementation 
     120 * Instead of email, users will log in with user name. This field will appear inside registration, edit profile(not editable) and detail view sections. However the email remains as required field. 
     121 * The url for users detail view will appear in the following format [Domain name]/users/[User name]/ 
     122 * Рespectively the group name became [Domain name]/users/[Group name]/ 
     123  * Note that the group name will be unique for all groups as well  
    120124 
    121125= Testing =