[pal-cvs 2152] CVS-Update: pal-portal/portal/patches/etc/sql/min committed by shinsuke

Back to archive index

Shinsuke SUGAYA shins****@users*****
2007年 3月 11日 (日) 08:20:43 JST


Update of /cvsroot/pal/pal-portal/portal/patches/etc/sql/min
In directory sf-cvs:/tmp/cvs-serv2096/portal/patches/etc/sql/min

Modified Files:
	j2-seed.xml 
Log Message:
modified password handling

pal-portal/portal/patches/etc/sql/min/j2-seed.xml 1.1 -> 1.2 (modified)
http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/pal-portal/portal/patches/etc/sql/min/j2-seed.xml.diff?r1=1.1&r2=1.2

===================================================================
RCS file: pal-portal/portal/patches/etc/sql/min/j2-seed.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- j2-seed.xml	2007/03/07 22:14:13	1.1
+++ j2-seed.xml	2007/03/10 23:20:43	1.2
@@ -17,7 +17,7 @@
  	<Users>
  		<User name="admin">
 -			<credentials password="admin" enabled="TRUE" requiresUpdate="TRUE"/>
-+			<credentials password="@@ADMIN_PASSWORD@@" enabled="TRUE" requiresUpdate="TRUE"/>
++			<credentials password="##ADMIN_PASSWORD##" enabled="TRUE" requiresUpdate="TRUE"/>
  			<roles>user,admin</roles>
  			<groups></groups>
  			<userinfo>
@@ -45,7 +45,7 @@
  		</User>		
 +-->
 +        <User name="site">
-+            <credentials password="@@SITE_PASSWORD@@" enabled="TRUE" requiresUpdate="FALSE"/>
++            <credentials password="##SITE_PASSWORD##" enabled="TRUE" requiresUpdate="FALSE"/>
 +            <roles>user,site</roles>
 +            <groups></groups>
 +            <preferences/>



pal-cvs メーリングリストの案内
Back to archive index