ericwoodruff/passwordhasherplus

Portable HTML error, no hased pass generated

Closed this issue · 4 comments

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.

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:
#1

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

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:
#1 (comment)

Works perfectly - thanks.