Summary:
error after submitting incorrect openid account
Detailed Description:
When enabling openid and adding {OpenID} to the page there is a dialog box with
a text field asking for an openid provider in the default setup, (with
javascript there is a poorly formatted list of openid hrefs followed by the text
field). If the wrong href is entered the following error is produced.
Authentication error; not a valid OpenID.
Fatal error: Call to a member function addExtension() on a non-object in
/home/eject/public_html/modules/OpenID/action.login.php on line 62
Shouldn't there simply be a nicely formatted list of buttons that the user can
click to be logged on to the website, rather than this confusing editbox field,
which when clicked gets the users openid and uses this to log on (or to register
if not registered)?