Author: shijh Date: Tue Dec 6 14:17:01 2016 New Revision: 1772899 URL: http://svn.apache.org/viewvc?rev=1772899&view=rev Log: Reverted: LoginWorker HashCrypt the type of hash for one-way encryption (OFBIZ-8537)
Change the currentPassword of flexadmin back to SHA format as the PBKDF2 password string in the patch doesn't follow RFC standard. Modified: ofbiz/trunk/framework/security/data/PasswordSecurityDemoData.xml Modified: ofbiz/trunk/framework/security/data/PasswordSecurityDemoData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/security/data/PasswordSecurityDemoData.xml?rev=1772899&r1=1772898&r2=1772899&view=diff ============================================================================== --- ofbiz/trunk/framework/security/data/PasswordSecurityDemoData.xml (original) +++ ofbiz/trunk/framework/security/data/PasswordSecurityDemoData.xml Tue Dec 6 14:17:01 2016 @@ -21,7 +21,7 @@ under the License. <entity-engine-xml> <!-- from the securityext component: SecurityExtData.xml --> <UserLogin userLoginId="admin" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" passwordHint=""/> - <UserLogin userLoginId="flexadmin" currentPassword="pbkdf2_sha1$1000$[B@4cb8144c$uAmNaxG3cmfr/VOWPuniw7J/Rw7VM7WFpax3PELBq2Q=" passwordHint=""/> + <UserLogin userLoginId="flexadmin" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" passwordHint=""/> <UserLogin userLoginId="demoadmin" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" passwordHint=""/> <UserLogin userLoginId="ltdadmin" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" passwordHint=""/> <UserLogin userLoginId="ltdadmin1" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" passwordHint=""/>