ZF-6220: Open ID static hash

Description

Hello

We're trying to get a centralized authentication system for all our web applications with Zend_OpenID but we cannot easily achieve this task because of an existing password database encoded in blowfish.

We figure out that Zend_OpenId_Provider does a static md5 call before calling Zend_OpenId_Storage and that's why we cannot do that. We've patched the framework in order to move the hash or the encode process to the storage. That is the easier and the most generic solution we've found.

Please. consider the attached path

Comments

I stumbled about the same issue.

Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".

Feel free to re-open and provide a patch if you want to fix this issue.