Author: jleroux
Date: Sat Aug 6 08:22:32 2016
New Revision: 1755390
URL:
http://svn.apache.org/viewvc?rev=1755390&view=revLog:
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>