This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 6aeff4e Improved: Allow FrenchCustomer to sign in in ecommerce (OFBIZ-12241) 6aeff4e is described below commit 6aeff4e2aa98ac39609d83e97ffb1de98153d57a Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Thu Nov 11 18:01:37 2021 +0100 Improved: Allow FrenchCustomer to sign in in ecommerce (OFBIZ-12241) Thanks to Pierre Smits for the idea --- applications/datamodel/data/demo/OrderDemoData.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/datamodel/data/demo/OrderDemoData.xml b/applications/datamodel/data/demo/OrderDemoData.xml index be1e803..592033d 100644 --- a/applications/datamodel/data/demo/OrderDemoData.xml +++ b/applications/datamodel/data/demo/OrderDemoData.xml @@ -2335,7 +2335,7 @@ under the License. <!-- FrenchCustomer want invoices in euro and be located in Poussan --> <Party partyId="FrenchCustomer" partyTypeId="PERSON" statusId="PARTY_ENABLED" preferredCurrencyUomId="EUR"/> <Person partyId="FrenchCustomer" firstName="French" lastName="Customer"/> - <UserLogin partyId="FrenchCustomer" userLoginId="FrenchCustomer"/> + <UserLogin partyId="FrenchCustomer" userLoginId="FrenchCustomer" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" lastLocale="fr_FR"/> <PartyRole partyId="FrenchCustomer" roleTypeId="CUSTOMER"/> <PartyRole partyId="FrenchCustomer" roleTypeId="BILL_TO_CUSTOMER"/> <PartyStatus partyId="FrenchCustomer" statusId="PARTY_ENABLED" statusDate="2001-01-01 12:00:00.0"/>