Changes between Version 15 and Version 16 of s2s-login-functionality
- Timestamp:
- 04/07/10 20:33:12 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
s2s-login-functionality
v15 v16 119 119 The configurable things for the server from this task are: the smtp hostname, the smtp port, the email and pass from which to send support mails and a flag showing that there is no email conformation needed for the registration functionality. [[BR]] 120 120 121 The RegistrationFormBean is a bean used to transfer information from the servlet to the jspx pages. It has user-name, email, password, screenName, description and avatar ref. [[BR]] 121 The RegistrationFormBean is a bean used to transfer information from the servlet to the jspx pages. It has user-name, email, password, screenName, description and avatar ref. [[BR]] [[BR]] 122 122 123 123 The implementation is done according to the design at the [browser:branches/private/mira/security] with some exceptions: