Author: jleroux
Date: Sat Aug 26 22:26:23 2017
New Revision: 1806336
URL:
http://svn.apache.org/viewvc?rev=1806336&view=revLog:
Fixes formatting in r1806332
Modified:
ofbiz/ofbiz-plugins/trunk/ecommerce/minilang/customer/QuickAnonCustomerEvents.xml
Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/minilang/customer/QuickAnonCustomerEvents.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/minilang/customer/QuickAnonCustomerEvents.xml?rev=1806336&r1=1806335&r2=1806336&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/minilang/customer/QuickAnonCustomerEvents.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/minilang/customer/QuickAnonCustomerEvents.xml Sat Aug 26 22:26:23 2017
@@ -353,7 +353,7 @@ under the License.
if (useEncryption) {
String hashType = org.apache.ofbiz.common.login.LoginServices.getHashType()
newUserLogin.set("currentPassword", org.apache.ofbiz.base.crypto.HashCrypt.digestHash(hashType, null, (String) newUserLogin.get("currentPassword")))
- }
+ }
</script>
<!-- create the UserLogin manually to get around ordering and security constraints in the service -->
<set field="userLoginContext.partyId" from-field="partyId"/>