On our site we are using Thickbox login along with still showing the standard login box. When you click on something that requires you to login it gives you the thickbox login correctly, but if you try and use openID it brings you to a page not found.

here is the url it trys to bring you to: http://example.com/%2523

Comments

PixelClever’s picture

Title: Not Comp with Thickbox » Thickbox Open id login not working
Project: OpenID » Thickbox
Version: 5.x-1.x-dev » 6.x-1.0
Component: OpenID Client » Code
Priority: Normal » Critical

The problem seems to be that the login box doesn't attach the javascript from the openid login link correctly so the open id link is followed as if it were a normal link which it isn't.

PixelClever’s picture

Do the developers have the intention of fixing this? If not it would be good to know because I am considering writing another module that does this correctly.

frjo’s picture

Version: 6.x-1.0 » 6.x-1.x-dev

If you know how to fix this problem please make a patch. I will test it and commit it if it's works and is a clean solution.