Cancel openid does not work (at least in FF)
itman - December 8, 2007 - 06:23
| Project: | OpenID |
| Version: | 5.x-1.x-dev |
| Component: | OpenID Client |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Hello, seems that you should add the following line (or something of the kind) in openid.js file:
document.getElementById("edit-openid-url").value = "";
after the line $("a.user-link").click( function() {
Otherwise, if you try to login using wrong openId, then click on cancel openid you cannot login normally until you clean up the openid-url-field
