ericwoodruff / passwordhasherplus

Password Hasher Plus
http://goo.gl/LyLk3
Other
12 stars 21 forks source link

Portable HTML error, no hased pass generated #1

Closed Technium closed 12 years ago

Technium commented 12 years ago

Uncaught TypeError: Cannot read property 'compatibilityMode' of undefined - passhashplus.html:513

update() calls generateHash(config, ...) with a constructed config object, but generateHash is expecting to find an options object inside, which isn't there.

Even after fixing I still can't make it generate the same hashed passwords as the main part of the extension.

ericwoodruff commented 12 years ago

True, I changed the object structure and database format last night without retesting the portable page.

Thanks for pointing this out.

On 02/01/2012 05:48 AM, Steve wrote:

Uncaught TypeError: Cannot read property 'compatibilityMode' of undefined - passhashplus.html:513

update() calls generateHash(config, ...) with a constructed config object, but generateHash is expecting to find an options object inside, which isn't there.

Even after fixing I still can't make it generate the same hashed passwords as the main part of the extension.


Reply to this email directly or view it on GitHub: https://github.com/ericwoodruff/passwordhasherplus/issues/1

Technium commented 12 years ago

I tested this yesterday so it was probably unrelated to those changes - although it might be affected by them too now.

ericwoodruff commented 12 years ago

Fixed.

On 02/01/2012 07:34 AM, Steve wrote:

I tested this yesterday so it was probably unrelated to those changes - although it might be affected by them too now.


Reply to this email directly or view it on GitHub: https://github.com/ericwoodruff/passwordhasherplus/issues/1#issuecomment-3760620

Technium commented 12 years ago

Works perfectly - thanks.