Author: keith
Date: Wed Jan 23 06:22:58 2008
New Revision: 12773

Log:

Need to loginto backend service once registration is succesfull



Modified:
   
trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/identity/RegistrationBean.java

Modified: 
trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/identity/RegistrationBean.java
==============================================================================
--- 
trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/identity/RegistrationBean.java
    (original)
+++ 
trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/identity/RegistrationBean.java
    Wed Jan 23 06:22:58 2008
@@ -168,6 +168,7 @@
 
             // Log user in as primary if option has been chosen.
             if 
(MashupConstants.TRUE.equals(request.getParameter(MashupConstants.SIGNIN))) {
+                MashupUtils.login(userName, password, 
request.getSession().getId());
                 SecureRegistry secureRegistry =
                         RegistryUtils.createSecureRegistry(userName, password,
                                                            jdbcRegistry, 
realm);

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to