svn commit: r1755390 - in /ofbiz/trunk/framework/security: data/PasswordSecurityData.xml data/PasswordSecurityDemoData.xml ofbiz-component.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1755390 - in /ofbiz/trunk/framework/security: data/PasswordSecurityData.xml data/PasswordSecurityDemoData.xml ofbiz-component.xml

jleroux@apache.org
Author: jleroux
Date: Sat Aug  6 08:22:32 2016
New Revision: 1755390

URL: http://svn.apache.org/viewvc?rev=1755390&view=rev
Log:
Better name for the PasswordSecurityData.xml (now PasswordSecurityDemoData.xml) thanks to Scott's suggestion on dev ML

Added:
    ofbiz/trunk/framework/security/data/PasswordSecurityDemoData.xml
      - copied unchanged from r1755389, ofbiz/trunk/framework/security/data/PasswordSecurityData.xml
Removed:
    ofbiz/trunk/framework/security/data/PasswordSecurityData.xml
Modified:
    ofbiz/trunk/framework/security/ofbiz-component.xml

Modified: ofbiz/trunk/framework/security/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/security/ofbiz-component.xml?rev=1755390&r1=1755389&r2=1755390&view=diff
==============================================================================
--- ofbiz/trunk/framework/security/ofbiz-component.xml (original)
+++ ofbiz/trunk/framework/security/ofbiz-component.xml Sat Aug  6 08:22:32 2016
@@ -28,7 +28,7 @@ under the License.
     <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/SecurityPermissionSeedData.xml"/>
     <!-- NOTE: comment this line out to ensure no resetting of passwords -->
-    <entity-resource type="data" reader-name="demo" loader="main" location="data/PasswordSecurityData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/PasswordSecurityDemoData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" location="data/SecurityGroupDemoData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" location="data/SecurityTypeDemoData.xml"/>
 </ofbiz-component>