[
https://issues.apache.org/jira/browse/OFBIZ-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545152
]
Jonathon Wong commented on OFBIZ-1406:
--------------------------------------
Some OFBiz users may not want the same salting algo. Some users may not have
time or may not want to migrate to the new password hashes. Others may want
some fanciful way to further obfuscate the password (much like how OFBiz also
has its own mangling of password hashes).
There might be many opinions on how password hashes should be generated. Making
the "password handling and hash generating" section of OFBiz changeable via
plug-ins would serve many.
The "few code changes" also applies to making OFBiz receptive to plug-ins. It's
not a huge refactor, since it all seems channeled through HashCrypt now.
> make ofbiz recognize OSCommerce generated and imported encrypted passwords
> under Linux
> --------------------------------------------------------------------------------------
>
> Key: OFBIZ-1406
> URL: https://issues.apache.org/jira/browse/OFBIZ-1406
> Project: OFBiz
> Issue Type: New Feature
> Components: party
> Affects Versions: SVN trunk
> Reporter: Hans Bakker
> Priority: Minor
> Fix For: SVN trunk
>
> Attachments: password.diff
>
>
> If company replaces their OSCommerce systems with ofbiz, they would like to
> have the customer records imported including the OSCommerce generated
> encrypted passwords.
> This patch will make ofbiz recognize these passwords and let OSCommerce users
> login to ofbiz successfully This patch is however linux based because it is
> making use of the Linux operating system command 'md5sum' which operates
> exactly the same as the php md5 'C' program.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.