Browse CVS Repository
Contents of /pal/pal-portal/portal/patches/applications/j2-admin/src/webapp/WEB-INF/portlet.xml
Parent Directory
| Revision Log
| Revision Graph
Revision 1.4 -
( show annotations)
( download)
( as text)
Tue Mar 27 07:37:40 2007 UTC
(16 years, 11 months ago)
by shinsuke
Branch: MAIN
Changes since 1.3: +3 -3 lines
File MIME type: application/xml
updated to the latest j2 version
| 1 |
Index: applications/j2-admin/src/webapp/WEB-INF/portlet.xml |
| 2 |
=================================================================== |
| 3 |
--- applications/j2-admin/src/webapp/WEB-INF/portlet.xml (リビジョン 519203) |
| 4 |
+++ applications/j2-admin/src/webapp/WEB-INF/portlet.xml (作業コピー) |
| 5 |
@@ -1098,7 +1098,7 @@ |
| 6 |
<init-param> |
| 7 |
<description>This option will generate a new password for each user registration</description> |
| 8 |
<name>Option_Generate_Passwords</name> |
| 9 |
- <value>false</value> |
| 10 |
+ <value>true</value> |
| 11 |
</init-param> |
| 12 |
<init-param> |
| 13 |
<description>This option will force email address to be system wide unique</description> |
| 14 |
@@ -1163,7 +1163,7 @@ |
| 15 |
<portlet-preferences> |
| 16 |
<preference> |
| 17 |
<name>SendEmail</name> |
| 18 |
- <value>false</value> |
| 19 |
+ <value>true</value> |
| 20 |
</preference> |
| 21 |
</portlet-preferences> |
| 22 |
</portlet> |
|