vubangvt07 / openid-selector

Automatically exported from code.google.com/p/openid-selector
0 stars 0 forks source link

If basic "openid" is open when user picks google or Yahoo, "http://" is submitted #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Changing the line :

            hidden.value = url;

to :

            hidden.val(url);

fixes the issue.

Original issue reported on code.google.com by ptar...@gmail.com on 8 Jul 2009 at 6:05

GoogleCodeExporter commented 8 years ago
I've made you a committer, please go ahead and fix. Cheers.

Original comment by david.j....@googlemail.com on 6 Jan 2010 at 11:23

GoogleCodeExporter commented 8 years ago
There is also a problem when I login to a site using my google account, logout, 
then login using my yahoo account, it relogs me in using the google account.

The above change also fixes this problem, as the hidden element's value isn't 
being set properly. So somebody should commit this change.

Original comment by sonom...@gmail.com on 1 Sep 2010 at 8:15

GoogleCodeExporter commented 8 years ago
fixed in trunk and future v1.1

Original comment by andriy.gerasika on 1 Oct 2010 at 2:58