Author: prabath
Date: Mon Feb 11 00:54:16 2008
New Revision: 13565

Log:

comments modified

Modified:
   
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/action/UserRegistrationFormSubmitAction.java

Modified: 
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/action/UserRegistrationFormSubmitAction.java
==============================================================================
--- 
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/action/UserRegistrationFormSubmitAction.java
     (original)
+++ 
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/action/UserRegistrationFormSubmitAction.java
     Mon Feb 11 00:54:16 2008
@@ -78,10 +78,7 @@
             }
         }
 
-        // We create an OpenID for all registering users, later give this 
choice
-        // to the user
-        // whether to register for an OpenID at the time of normal 
registration.
-        // Create an OpenID for the user
+        // We create an OpenID for all registering users
         String openid = OpenIDProvider.generateOpenID(this.username);
         props.put(IdentityConstants.CLAIM_OPENID, openid);
 

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to