Matteo Spinelli

Results 123 comments of Matteo Spinelli

would you test the latest version?

I feared this would happen, it should be an easy fix btw. I'll check it out asap

can you check the version I just committed, the changes are in the login page, I blind coded but theoretically it should work :)

Have you tried to put my code at the very beginning of the login page? It is possible that the rp_cookie is removed on page load. If that still doesn't...

good catch. I need to check the security implication of sending the rp_cookie around

yes, you have to pass the $_COOKIE[ $rp_cookie ] as a parameter to the form. So far that is the only alternative I could think of

have to check security implications, I don't have much time right now, but I will as soon as possible

YES! gotta revert to previous version

couldn't one just remove the wp cookie and create a new one on '/' path? that should be read from anywhere.

Thanks for the report, it's a known "bug". Events get registered into an array, I just have to add the unbind method which traverses the array and remove the listeners.