Description
Steps to regenerate:
1. Go to Party Component (https://demo-trunk-ofbiz.apache.org:8443/partymgr/control/main)
2. Create on Create Customer sub-menu (https://demo-trunk-ofbiz.apache.org:8443/partymgr/control/NewCustomer)
3. Fill all the required fields and click on save button
Expected result: Customer should be created successfully.
Actual result: An error is thrown
The Following Errors Occurred: Error running the simple-method: Error running groovy script [<br/> boolean useEncryption = "true".equals(org.apache.ofbiz.entity.util.EntityUtilProperties.getPropertyValue("security", "password.encrypt", delegator))<br/> if (useEncryption) { newUserLogin.set("currentPassword", org.apache.ofbiz.base.crypto.HashCrypt.getDigestHash((String) newUserLogin.get("currentPassword"))) }<br/> ]: javax.script.ScriptException: groovy.lang.MissingMethodException: No signature of method: static org.apache.ofbiz.base.crypto.HashCrypt.getDigestHash() is applicable for argument types: (java.lang.String) values: [ofbiz]<br/>Possible solutions: digestHash(java.lang.String, [B) Method = createUser, File = file:/home/ofbizDemo/trunk/applications/party/minilang/user/UserEvents.xml, Element = <script>, Line 316null