You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2008/03/01 23:47:10 UTC

svn commit: r632671 - /ofbiz/trunk/applications/securityext/ofbiz-component.xml

Author: jonesde
Date: Sat Mar  1 14:47:09 2008
New Revision: 632671

URL: http://svn.apache.org/viewvc?rev=632671&view=rev
Log:
Moved password seed file to seed-inital to avoid reloading

Modified:
    ofbiz/trunk/applications/securityext/ofbiz-component.xml

Modified: ofbiz/trunk/applications/securityext/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/securityext/ofbiz-component.xml?rev=632671&r1=632670&r2=632671&view=diff
==============================================================================
--- ofbiz/trunk/applications/securityext/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/securityext/ofbiz-component.xml Sat Mar  1 14:47:09 2008
@@ -27,7 +27,7 @@
     <classpath type="dir" location="script"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/SecurityExtData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" location="data/UserDemoData.xml"/>
-    <!-- NOTE: comment this line out to avoid resetting passwords in seed data loads, or change passwords here -->
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/PasswordSecurityData.xml"/>
+    <!-- NOTE: comment this line out to ensure no resetting of passwords in seed data loads, ie when loading the seed-inital set which should only be loaded the first time -->
+    <entity-resource type="data" reader-name="seed-initial" loader="main" location="data/PasswordSecurityData.xml"/>
     <service-resource type="model" loader="main" location="servicedef/services.xml"/>
 </ofbiz-component>