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"> 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>
+ <init-param>
+ <param-name>email_relay_host</param-name>
+ <param-value>relay.wso2.com</param-value>
+ </init-param>
+ <init-param>
+
<param-name>registration_validation_url</param-name>
+
<param-value>https://wso2.com/validate.jsp</param-value>
+ </init-param>
+ <init-param>
+
<param-name>email_from_address</param-name>
+ <param-value>[EMAIL
PROTECTED]</param-value>
+ </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