Author: thomas.heute(a)jboss.com
Date: 2007-04-19 05:49:00 -0400 (Thu, 19 Apr 2007)
New Revision: 7010
Modified:
trunk/core/src/resources/portal-core-war/WEB-INF/portlet.xml
Log:
Default to automatic registration mode
Modified: trunk/core/src/resources/portal-core-war/WEB-INF/portlet.xml
===================================================================
--- trunk/core/src/resources/portal-core-war/WEB-INF/portlet.xml 2007-04-18 21:59:56 UTC
(rev 7009)
+++ trunk/core/src/resources/portal-core-war/WEB-INF/portlet.xml 2007-04-19 09:49:00 UTC
(rev 7010)
@@ -40,9 +40,9 @@
<init-param>
<description>Subscription mode</description>
<name>subscriptionMode</name>
+ <value>automatic</value>
+ <!--
<value>emailVerification</value>
- <!--
- <value>automatic</value>
-->
</init-param>
<init-param>
Show replies by date