Changes between Version 3 and Version 4 of s2s-login-functionality
- Timestamp:
- 03/24/10 17:22:58 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
s2s-login-functionality
v3 v4 57 57 58 58 = 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. 60 62 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 61 74 = Implementation = 62 75 ^(Describe and link the implementation results here (from the wiki or the repository).)^