Author: channa
Date: Sat Jan 26 01:29:21 2008
New Revision: 12953

Log:

Added instructions for configuring self registration in the 'Allow Internet 
Guests' confirmation page. MASHUP-597.

Modified:
   trunk/mashup/java/modules/www/allow_guests.jsp

Modified: trunk/mashup/java/modules/www/allow_guests.jsp
==============================================================================
--- trunk/mashup/java/modules/www/allow_guests.jsp      (original)
+++ trunk/mashup/java/modules/www/allow_guests.jsp      Sat Jan 26 01:29:21 2008
@@ -91,8 +91,29 @@
                         RegistrationBean.setSelfRegistrationEnabled(true);
                     %>
                     <div><img src="images/correct.gif" 
align="absmiddle">&nbsp; Self-registration
-                        enabled.<br/><br/> New users may now register 
themselves
-                        using the self registration process.
+                        enabled.<br/>
+                    </div>
+                    <br/><br/>
+                    <div align="justify">
+                        New users may now register themselves using the self 
registration process.
+                        <br/><br/>
+                        Please make sure you add a valid relay host and 
complete the URL to the
+                        validate.jsp page in the <i>ROOT\WEB-INF\web.xml</i> 
file as shown below.
+                        <pre>
+                            &lt;init-param>
+                                &lt;param-name>email_relay_host&lt;/param-name>
+                                &lt;param-value>relay.wso2.com&lt;/param-value>
+                            &lt;/init-param>
+                            &lt;init-param>
+                                
&lt;param-name>registration_validation_url&lt;/param-name>
+                                
&lt;param-value>https://wso2.com/validate.jsp&lt;/param-value>
+                            &lt;/init-param>
+                            &lt;init-param>
+                                
&lt;param-name>email_from_address&lt;/param-name>
+                                &lt;param-value>[EMAIL 
PROTECTED]&lt;/param-value>
+                            &lt;/init-param>
+                        </pre>
+                        You may also change the subject and message of the 
e-mail that will be sent for verification.                        
                     </div>
                     <% } else {
                         RegistrationBean.setSelfRegistrationEnabled(false);

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

Reply via email to