Author: doogie
Date: Wed Apr 18 23:48:51 2012
New Revision: 1327736
URL: http://svn.apache.org/viewvc?rev=1327736&view=rev
Log:
FIX: Fix a bunch of hashed passwords that had the oldFunnyHex encoding.
Modified:
ofbiz/trunk/applications/accounting/data/DemoAccountingUserData.xml
ofbiz/trunk/applications/content/data/DemoBlogUsersData.xml
ofbiz/trunk/applications/humanres/data/HumanResDemoData.xml
ofbiz/trunk/applications/marketing/data/sfaDemoData.xml
ofbiz/trunk/applications/order/data/OrderDemoUser.xml
ofbiz/trunk/framework/example/testdef/assertdata/TestUserLoginData.xml
ofbiz/trunk/framework/security/data/PasswordSecurityData.xml
ofbiz/trunk/specialpurpose/ecommerce/data/DemoPurchasing.xml
ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
Modified: ofbiz/trunk/applications/accounting/data/DemoAccountingUserData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/DemoAccountingUserData.xml?rev=1327736&r1=1327735&r2=1327736&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/data/DemoAccountingUserData.xml
(original)
+++ ofbiz/trunk/applications/accounting/data/DemoAccountingUserData.xml Wed Apr
18 23:48:51 2012
@@ -30,7 +30,7 @@ under the License.
<PartyRole partyId="accountingadmin" roleTypeId="ACCOUNTANT"/>
<PartyRole partyId="accountingadmin" roleTypeId="EMPLOYEE"/>
<PartyRole partyId="accountingadmin" roleTypeId="_NA_"/>
- <UserLogin userLoginId="accountingadmin"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
partyId="accountingadmin" passwordHint=""/>
+ <UserLogin userLoginId="accountingadmin"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
partyId="accountingadmin" passwordHint=""/>
<UserLoginSecurityGroup groupId="ACCTG_FUNCTNL_ADMIN"
userLoginId="accountingadmin" fromDate="2001-01-01 12:00:00.0"/>
<PartyRelationship partyIdFrom="Company" partyIdTo="accountingadmin"
partyRelationshipTypeId="EMPLOYMENT" roleTypeIdFrom="INTERNAL_ORGANIZATIO"
roleTypeIdTo="EMPLOYEE" fromDate="2001-01-01 12:00:00.0"/>
Modified: ofbiz/trunk/applications/content/data/DemoBlogUsersData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/data/DemoBlogUsersData.xml?rev=1327736&r1=1327735&r2=1327736&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/data/DemoBlogUsersData.xml (original)
+++ ofbiz/trunk/applications/content/data/DemoBlogUsersData.xml Wed Apr 18
23:48:51 2012
@@ -21,31 +21,31 @@ under the License.
<entity-engine-xml>
<Party partyId="BLOGUSER_ADMIN" partyTypeId="PERSON"
createdDate="2004-03-27 09:37:40.989" createdByUserLogin="admin"
lastModifiedDate="2004-03-27 09:37:40.989" lastModifiedByUserLogin="admin"/>
<Person partyId="BLOGUSER_ADMIN" lastName="Blog" firstName="Admin"/>
- <UserLogin userLoginId="blog_admin" partyId="BLOGUSER_ADMIN"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"/>
+ <UserLogin userLoginId="blog_admin" partyId="BLOGUSER_ADMIN"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"/>
<PartyRole partyId="BLOGUSER_ADMIN" roleTypeId="CONTENT_ADMIN"/>
<ContentRole partyId="BLOGUSER_ADMIN" roleTypeId="CONTENT_ADMIN"
contentId="BLOGROOT" fromDate="2004-03-27 09:37:40.989"/>
<UserLoginSecurityGroup userLoginId="blog_admin" groupId="FULLADMIN"
fromDate="2004-09-15 00:00:00.000"/>
<Party partyId="BLOGUSER_EDITOR" partyTypeId="PERSON"
createdDate="2004-03-27 09:37:40.989" createdByUserLogin="admin"
lastModifiedDate="2004-03-27 09:37:40.989" lastModifiedByUserLogin="admin"/>
<Person partyId="BLOGUSER_EDITOR" lastName="Blog" firstName="Editor"/>
- <UserLogin userLoginId="blog_editor" partyId="BLOGUSER_EDITOR"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"/>
+ <UserLogin userLoginId="blog_editor" partyId="BLOGUSER_EDITOR"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"/>
<PartyRole partyId="BLOGUSER_EDITOR" roleTypeId="CONTENT_ADMIN"/>
<ContentRole partyId="BLOGUSER_EDITOR" roleTypeId="CONTENT_ADMIN"
contentId="BLOGROOT" fromDate="2004-03-27 09:37:40.989"/>
<UserLoginSecurityGroup userLoginId="blog_editor" groupId="FULLADMIN"
fromDate="2004-09-15 00:00:00.000"/>
<Party partyId="BLOGUSER_USER" partyTypeId="PERSON"
createdDate="2004-03-27 09:37:40.989" createdByUserLogin="admin"
lastModifiedDate="2004-03-27 09:37:40.989" lastModifiedByUserLogin="admin"/>
<Person partyId="BLOGUSER_USER" lastName="Blog" firstName="User"/>
- <UserLogin userLoginId="blog_user" partyId="BLOGUSER_USER"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"/>
+ <UserLogin userLoginId="blog_user" partyId="BLOGUSER_USER"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"/>
<PartyRole partyId="BLOGUSER_USER" roleTypeId="CONTENT_ADMIN"/>
<PartyRole partyId="BLOGUSER_USER" roleTypeId="CONTENT_AUTHOR"/>
<Party partyId="BLOGUSER_GUEST" partyTypeId="PERSON"
createdDate="2004-10-20 09:37:40.989" createdByUserLogin="admin"
lastModifiedDate="2004-10-20 09:37:40.989" lastModifiedByUserLogin="admin"/>
<Person partyId="BLOGUSER_GUEST" lastName="Blog" firstName="Guest"/>
- <UserLogin userLoginId="blog_guest" partyId="BLOGUSER_GUEST"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"/>
+ <UserLogin userLoginId="blog_guest" partyId="BLOGUSER_GUEST"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"/>
<Party partyId="AUTHOR_BIGAL" partyTypeId="PERSON" createdDate="2004-03-27
09:37:40.989" createdByUserLogin="admin" lastModifiedDate="2004-03-27
09:37:40.989" lastModifiedByUserLogin="admin"/>
<Person partyId="AUTHOR_BIGAL" lastName="Al" firstName="Big"/>
- <UserLogin userLoginId="bigal" partyId="AUTHOR_BIGAL"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"/>
+ <UserLogin userLoginId="bigal" partyId="AUTHOR_BIGAL"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"/>
<PartyRole partyId="AUTHOR_BIGAL" roleTypeId="CONTENT_AUTHOR"/>
<ContentRole partyId="AUTHOR_BIGAL" roleTypeId="CONTENT_AUTHOR"
contentId="BLOGROOTBIGAL" fromDate="2004-03-27 09:37:40.989"/>
<ContentPurpose contentId="BLOGROOTBIGAL" contentPurposeTypeId="ARTICLE"/>
@@ -67,10 +67,10 @@ under the License.
<PartyRole partyId="BLOG_ADMINS" roleTypeId="CONTENT_ADMIN"/>
<PartyRole partyId="BLOG_PUBLISHERS" roleTypeId="CONTENT_ADMIN"/>
- <UserLogin userLoginId="blog_guest"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
- <UserLogin userLoginId="blog_admin"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
- <UserLogin userLoginId="blog_author"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
- <UserLogin userLoginId="blog_editor"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
+ <UserLogin userLoginId="blog_guest"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
+ <UserLogin userLoginId="blog_admin"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
+ <UserLogin userLoginId="blog_author"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
+ <UserLogin userLoginId="blog_editor"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
<Content contentId="BLOGROOTBIGAL"
createdByUserLogin="bigal"
@@ -80,7 +80,7 @@ under the License.
<Party partyId="AUTHOR_MADMAX" partyTypeId="PERSON"
createdDate="2004-03-27 09:37:40.989" createdByUserLogin="admin"
lastModifiedDate="2004-03-27 09:37:40.989" lastModifiedByUserLogin="admin"/>
<Person partyId="AUTHOR_MADMAX" lastName="Max" firstName="Mad"/>
- <UserLogin userLoginId="madmax" partyId="AUTHOR_MADMAX"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"/>
+ <UserLogin userLoginId="madmax" partyId="AUTHOR_MADMAX"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"/>
<PartyRole partyId="AUTHOR_MADMAX" roleTypeId="CONTENT_AUTHOR"/>
<ContentRole partyId="AUTHOR_MADMAX" roleTypeId="CONTENT_AUTHOR"
contentId="BLOGROOTMADMAX" fromDate="2004-03-27 09:37:40.989"/>
<ContentPurpose contentId="BLOGROOTMADMAX" contentPurposeTypeId="ARTICLE"/>
Modified: ofbiz/trunk/applications/humanres/data/HumanResDemoData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/data/HumanResDemoData.xml?rev=1327736&r1=1327735&r2=1327736&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/data/HumanResDemoData.xml (original)
+++ ofbiz/trunk/applications/humanres/data/HumanResDemoData.xml Wed Apr 18
23:48:51 2012
@@ -30,10 +30,10 @@ under the License.
<Party partyId="DemoApprover" partyTypeId="PERSON"/>
<Person partyId="DemoApprover" firstName="Demo" lastName="Approver"/>
- <UserLogin userLoginId="demoapprover"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
requirePasswordChange="N" partyId="DemoApprover"/>
+ <UserLogin userLoginId="demoapprover"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
requirePasswordChange="N" partyId="DemoApprover"/>
<UserLoginSecurityGroup groupId="HUMANRES_APPROVER"
userLoginId="demoapprover" fromDate="2001-01-01 12:00:00.0"/>
- <UserLogin userLoginId="demoemployee"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
requirePasswordChange="N" partyId="DemoEmployee"/>
+ <UserLogin userLoginId="demoemployee"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
requirePasswordChange="N" partyId="DemoEmployee"/>
<SecurityPermission description="Employee can check the status of his
requests and trainings assigned to him with this permission."
permissionId="EMPLOYEE_VIEW"/>
<SecurityGroupPermission groupId="HUMANRES_EMPLOYEE"
permissionId="EMPLOYEE_VIEW"/>
<UserLoginSecurityGroup groupId="HUMANRES_EMPLOYEE"
userLoginId="demoemployee" fromDate="2001-01-01 12:00:00.0"/>
Modified: ofbiz/trunk/applications/marketing/data/sfaDemoData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/data/sfaDemoData.xml?rev=1327736&r1=1327735&r2=1327736&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/data/sfaDemoData.xml (original)
+++ ofbiz/trunk/applications/marketing/data/sfaDemoData.xml Wed Apr 18 23:48:51
2012
@@ -55,7 +55,7 @@
<PartyRole partyId="DemoLeadOwner" roleTypeId="_NA_"/>
<PartyRole partyId="DemoLeadOwner" roleTypeId="OWNER"/>
<PartyRelationship partyIdFrom="Company" roleTypeIdFrom="_NA_"
partyIdTo="DemoLeadOwner" roleTypeIdTo="_NA_"
partyRelationshipTypeId="EMPLOYMENT" fromDate="2000-01-01 00:00:00"/>
- <UserLogin userLoginId="DemoLeadOwner"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
partyId="DemoLeadOwner" enabled="Y"/>
+ <UserLogin userLoginId="DemoLeadOwner"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
partyId="DemoLeadOwner" enabled="Y"/>
<!-- FIXME: Establish SecurityGroup for SFA. This user should have access
only to SFA -->
<UserLoginSecurityGroup groupId="FULLADMIN" userLoginId="DemoLeadOwner"
fromDate="2001-05-13 00:00:00.000"/>
@@ -64,7 +64,7 @@
<PartyRole partyId="DemoLeadOwner1" roleTypeId="_NA_"/>
<PartyRole partyId="DemoLeadOwner1" roleTypeId="OWNER"/>
<PartyRelationship partyIdFrom="Company" roleTypeIdFrom="_NA_"
partyIdTo="DemoLeadOwner1" roleTypeIdTo="_NA_"
partyRelationshipTypeId="EMPLOYMENT" fromDate="2000-01-01 00:00:00"/>
- <UserLogin userLoginId="DemoLeadOwner1"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
partyId="DemoLeadOwner1" enabled="Y"/>
+ <UserLogin userLoginId="DemoLeadOwner1"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
partyId="DemoLeadOwner1" enabled="Y"/>
<!-- FIXME: Establish SecurityGroup for SFA. This user should have access
only to SFA -->
<UserLoginSecurityGroup groupId="FULLADMIN" userLoginId="DemoLeadOwner1"
fromDate="2001-05-13 00:00:00.000"/>
Modified: ofbiz/trunk/applications/order/data/OrderDemoUser.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/data/OrderDemoUser.xml?rev=1327736&r1=1327735&r2=1327736&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/data/OrderDemoUser.xml (original)
+++ ofbiz/trunk/applications/order/data/OrderDemoUser.xml Wed Apr 18 23:48:51
2012
@@ -19,12 +19,12 @@ under the License.
-->
<entity-engine-xml>
- <UserLogin userLoginId="DemoBuyer"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
- <UserLogin userLoginId="DemoRepAll"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
- <UserLogin userLoginId="DemoRepStore"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
- <UserLogin userLoginId="DemoCustCompany"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
- <UserLogin userLoginId="DemoCustAgent"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
- <UserLogin userLoginId="DemoCustomer"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
- <UserLogin userLoginId="supplier" partyId="externaluser"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
+ <UserLogin userLoginId="DemoBuyer"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
+ <UserLogin userLoginId="DemoRepAll"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
+ <UserLogin userLoginId="DemoRepStore"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
+ <UserLogin userLoginId="DemoCustCompany"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
+ <UserLogin userLoginId="DemoCustAgent"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
+ <UserLogin userLoginId="DemoCustomer"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
+ <UserLogin userLoginId="supplier" partyId="externaluser"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
<UserLoginSecurityGroup groupId="ORDERSUPPLIER_LTD" userLoginId="supplier"
fromDate="2001-01-01 12:00:00.0"/>
</entity-engine-xml>
Modified: ofbiz/trunk/framework/example/testdef/assertdata/TestUserLoginData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/testdef/assertdata/TestUserLoginData.xml?rev=1327736&r1=1327735&r2=1327736&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/testdef/assertdata/TestUserLoginData.xml
(original)
+++ ofbiz/trunk/framework/example/testdef/assertdata/TestUserLoginData.xml Wed
Apr 18 23:48:51 2012
@@ -21,6 +21,6 @@ under the License.
<entity-engine-xml>
<UserLogin userLoginId="system" enabled="N" isSystem="Y"/>
<UserLogin userLoginId="anonymous" enabled="N"/>
- <UserLogin userLoginId="admin"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"/>
+ <UserLogin userLoginId="admin"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"/>
</entity-engine-xml>
Modified: ofbiz/trunk/framework/security/data/PasswordSecurityData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/security/data/PasswordSecurityData.xml?rev=1327736&r1=1327735&r2=1327736&view=diff
==============================================================================
--- ofbiz/trunk/framework/security/data/PasswordSecurityData.xml (original)
+++ ofbiz/trunk/framework/security/data/PasswordSecurityData.xml Wed Apr 18
23:48:51 2012
@@ -20,10 +20,10 @@ under the License.
<entity-engine-xml>
<!-- from the securityext component: SecurityExtData.xml -->
- <UserLogin userLoginId="admin"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
- <UserLogin userLoginId="flexadmin"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
- <UserLogin userLoginId="demoadmin"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
- <UserLogin userLoginId="ltdadmin"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
- <UserLogin userLoginId="ltdadmin1"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
- <UserLogin userLoginId="bizadmin"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
passwordHint=""/>
+ <UserLogin userLoginId="admin"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
+ <UserLogin userLoginId="flexadmin"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
+ <UserLogin userLoginId="demoadmin"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
+ <UserLogin userLoginId="ltdadmin"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
+ <UserLogin userLoginId="ltdadmin1"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
+ <UserLogin userLoginId="bizadmin"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
passwordHint=""/>
</entity-engine-xml>
Modified: ofbiz/trunk/specialpurpose/ecommerce/data/DemoPurchasing.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/data/DemoPurchasing.xml?rev=1327736&r1=1327735&r2=1327736&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/data/DemoPurchasing.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/data/DemoPurchasing.xml Wed Apr 18
23:48:51 2012
@@ -29,7 +29,7 @@ under the License.
<PartyContactMechPurpose partyId="DemoSupplier" contactMechId="9001"
contactMechPurposeTypeId="BILLING_LOCATION" fromDate="2001-05-13 00:00:00.000"/>
<PartyContactMechPurpose partyId="DemoSupplier" contactMechId="9001"
contactMechPurposeTypeId="GENERAL_LOCATION" fromDate="2001-05-13 00:00:00.000"/>
<PartyContactMechPurpose partyId="DemoSupplier" contactMechId="9001"
contactMechPurposeTypeId="PAYMENT_LOCATION" fromDate="2001-05-13 00:00:00.000"/>
- <UserLogin userLoginId="DemoSupplier"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
partyId="DemoSupplier"/>
+ <UserLogin userLoginId="DemoSupplier"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
partyId="DemoSupplier"/>
<Party partyId="BigSupplier" partyTypeId="PARTY_GROUP"
supplierProductName="" supplierProductId=""/>
@@ -41,7 +41,7 @@ under the License.
<PartyContactMechPurpose partyId="BigSupplier" contactMechId="9002"
contactMechPurposeTypeId="BILLING_LOCATION" fromDate="2000-01-01 00:00:00.000"/>
<PartyContactMechPurpose partyId="BigSupplier" contactMechId="9002"
contactMechPurposeTypeId="GENERAL_LOCATION" fromDate="2000-01-01 00:00:00.000"/>
<PartyContactMechPurpose partyId="BigSupplier" contactMechId="9002"
contactMechPurposeTypeId="PAYMENT_LOCATION" fromDate="2000-01-01 00:00:00.000"/>
- <UserLogin userLoginId="BigSupplier"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
partyId="BigSupplier"/>
+ <UserLogin userLoginId="BigSupplier"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
partyId="BigSupplier"/>
<Party partyId="EuroSupplier" partyTypeId="PARTY_GROUP"
supplierProductName="" supplierProductId=""/>
<PartyGroup partyId="EuroSupplier" groupName="European Supplier"
supplierProductName="" supplierProductId=""/>
@@ -52,7 +52,7 @@ under the License.
<PartyContactMechPurpose partyId="EuroSupplier" contactMechId="9003"
contactMechPurposeTypeId="BILLING_LOCATION" fromDate="2000-01-01 00:00:00.000"/>
<PartyContactMechPurpose partyId="EuroSupplier" contactMechId="9003"
contactMechPurposeTypeId="GENERAL_LOCATION" fromDate="2000-01-01 00:00:00.000"/>
<PartyContactMechPurpose partyId="EuroSupplier" contactMechId="9003"
contactMechPurposeTypeId="PAYMENT_LOCATION" fromDate="2000-01-01 00:00:00.000"/>
- <UserLogin userLoginId="EuroSupplier"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a"
partyId="EuroSupplier"/>
+ <UserLogin userLoginId="EuroSupplier"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709"
partyId="EuroSupplier"/>
<!-- supplier pricing -->
<SupplierProduct partyId="DemoSupplier"
supplierPrefOrderId="10_MAIN_SUPPL" minimumOrderQuantity="0"
currencyUomId="USD" productId="GZ-1000" lastPrice="7.5"
supplierProductId="GZ-1000-0" availableFromDate="2005-01-01 00:00:00.000"/>
Modified:
ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml?rev=1327736&r1=1327735&r2=1327736&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
(original)
+++ ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml
Wed Apr 18 23:48:51 2012
@@ -18,10 +18,10 @@ specific language governing permissions
under the License.
-->
<entity-engine-xml>
- <UserLogin userLoginId="DemoCustomer1"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a" passwordHint=""
partyId="DemoCustomer1"/>
- <UserLogin userLoginId="DemoCustomer2"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a" passwordHint=""
partyId="DemoCustomer2"/>
- <UserLogin userLoginId="DemoEmployee"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a" passwordHint=""
partyId="DemoEmployee"/>
- <UserLogin userLoginId="DemoEmployee1"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a" passwordHint=""
partyId="DemoEmployee1"/>
- <UserLogin userLoginId="DemoEmployee2"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a" passwordHint=""
partyId="DemoEmployee2"/>
- <UserLogin userLoginId="DemoEmployee3"
currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a" passwordHint=""
partyId="DemoEmployee3"/>
+ <UserLogin userLoginId="DemoCustomer1"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709" passwordHint=""
partyId="DemoCustomer1"/>
+ <UserLogin userLoginId="DemoCustomer2"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709" passwordHint=""
partyId="DemoCustomer2"/>
+ <UserLogin userLoginId="DemoEmployee"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709" passwordHint=""
partyId="DemoEmployee"/>
+ <UserLogin userLoginId="DemoEmployee1"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709" passwordHint=""
partyId="DemoEmployee1"/>
+ <UserLogin userLoginId="DemoEmployee2"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709" passwordHint=""
partyId="DemoEmployee2"/>
+ <UserLogin userLoginId="DemoEmployee3"
currentPassword="{SHA}da39a3ee5e6b4b0d3255bfef95601890afd80709" passwordHint=""
partyId="DemoEmployee3"/>
</entity-engine-xml>