WordPress OpenID v3.3

I’ve finally gone ahead and released version 3.3 of the WordPress OpenID plugin. This release includes three major sets of changes. First, it drops support for older versions of WordPress… the minimum required version is now 2.8. Trying to maintain backwards compatibility requires a non-trivial amount of effort, and I’d rather spend that time working on new features. It also cleans up the code a fair bit, which I always like. It also drops support for two experimental OpenID extensions known as EAUT and IDIB. EAUT is effectively being replaced by WebFinger, and IDIB never got too much traction. Either could still be added pretty simply by another plugin if people still want them.

Second, this release features a new user interface for the integrating OpenID into the WordPress comment form. Instead of simply advertising OpenID support on the “Website” field, and always attempting OpenID authentication, the plugin now detects OpenID support for a URL, and gives the user the option to authenticate the comment. This provides a cleaner, less obtrusive interface that should work on most all themes. It also gives the user the option to not authentication that particular comment if they don’t want (particularly useful if you’re on a mobile device or in a hurry and don’t want to mess with OpenID). Feel free to try it out on this post if want. You really don’t even have to submit the comment to see it in action… just enter a valid OpenID URL for the website field, and move focus somewhere else (ie, click in the comment box like you’re going to type a comment). There is currently no option to revert to the old style of comment form integration, so hopefully folks will like this new UI. If you really don’t like it, you always have the option of turning off comment form integration and modifying your theme to your heart’s content.

Finally, this release includes a lot of minor bug fixes that people have been complaining about (sorry it took so long). I’m sure I didn’t get to all of them, so please let me know what I missed, and I’ll try to do more regular minor releases with these smaller fixes.

I’ll additionally note that working on WordPress plugins is no longer part of my day job, so I currently work on them rather sporadically as I have time. The changes in this release have been developed a few hours at a time over the last couple of months. I’ve been running trunk here on my site for quite some time and haven’t had problems, but you never know. Please use the DiSo issue tracker to report any new bugs, or to remind me of existing tickets that are still not fixed in this release.

No related posts.

This entry was posted in identity, technology and tagged , , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

14 Comments

  1. Posted September 28, 2009 at 1:29 pm | Permalink

    For of all, thank you for the release. I am one of the many that have asked, many times, to get OpenID as part of the WordPress core. I consider this important, and a good replacement for the current WordPress login mechanism. Yet, I have gotten much resistance from wordpress.org.

    Perhaps as the main developer of this plugin you could weight in and endorse the inclusion of OpenID as part of the WordPress core. Perhaps they will listen to you.

  2. Posted September 28, 2009 at 2:12 pm | Permalink

    Edit: Moved this comment out into a separate post: http://willnorris.com/2009/09/openid-and-wordpress-core

  3. Posted September 29, 2009 at 12:27 pm | Permalink

    I’d say, add a title to your comment and make it into a post! It’s good reading.

    Thank you for your work on WP OpenID,

    Cheers!

  4. Posted October 8, 2009 at 8:43 am | Permalink

    Will -

    Nice, and timely - just what I was looking for in therms of OPenID enabling comments and Wordpress.

    Thanks -

  5. Posted October 8, 2009 at 2:14 pm | Permalink

    Will,

    Why do Google Apps OpenIDs (e.g., username@gmail.com or justinc@olliatauburn.com, a Google Apps Education Edition hosted account) not work at this site and at my test site where I have OpenID 3.3.1/WordPress 2.8.2 installed?

    justinc@olliatauburn.com and other olliatauburn.org email addresses work as OpenIDs at this demo/test site http://rails-authlogic-rpx-sample.heroku.com/user_sessions/new and username@gamail.com works there, too, when Google is selected as the provider.

    I’m hoping to give members of OLLI a single hosted Google Apps account and have them use their OLLI Gmail email addresses as their OpenIDs for our WordPress blog.

    Thanks for any guidance/help.

    • Tom
  6. Posted October 8, 2009 at 4:01 pm | Permalink

    Tom: why don’t they work? Because email addresses are not OpenIDs. Google defined their own custom discovery protocol for Google Apps. RPX, which the demo site you linked to is using, implements Google’s discovery protocol so it works on any RPX sites. Because this is not a standard discovery protocol, but is instead a vendor-specific option, I will not be adding support for it to the OpenID WordPress plugin. An additional plugin should probably be able to do so however without too much trouble… I’ll have to double check if the appropriate hooks are present, and add them if not.

  7. Posted October 8, 2009 at 5:03 pm | Permalink

    Nice work Will, thanks for keeping this up!

    Something I’m going to need in the near future is for BuddyPress to be an OpenID producer with profiles, not blogs, as the endpoints.

    You and I talked at IIW about how it might be nice to make WordPress “profiles” (/author/willnorris) serve as OpenID endpoints in this plugin. If I end up implementing the BuddyPress profile endpoints, I’ll see if I can make the system abstract enough so that arbitrary system urls can server as endpoints, and then maybe we can get standalone/MU WordPress profiles as endpoints as well.

    Let me know if you have any thoughts on this.

    John

  8. Posted October 13, 2009 at 2:01 am | Permalink

    wordpress Could not discover an OpenID identity server endpoint at the url: user@gmail.com

    BBig integer support is on. I have no idea why it’s not working, i know read that people use URL’s to register an OpenID… As i see in the plugin’s details, the addon acts as a server and can provide registration of an OpenID right? And they can register through their e-mail correct?

  9. Erik
    Posted November 14, 2009 at 7:48 am | Permalink

    Just wanted to let you know that the “author homepage”-link in the wordpress plugin directory for open id is broken.

    /Erik

  10. SIlvinamontes
    Posted December 19, 2009 at 6:49 am | Permalink

    Do you know if your plugin is working for the last release of Wordpress? 2.9

  11. Posted December 21, 2009 at 7:25 pm | Permalink

    I didn’t get it, how can I autenticate my comments with OpenID?

    Should I use OpenID URL in pace of email? I tried it but I got an error…

  12. Posted December 28, 2009 at 9:33 am | Permalink

    Hey Will -

    Hope the holiday season is treating you right!

    I’ve been having problems with my provider, kind of like “admin” above. Getting error “Could not discover an OpenID identity server endpoint at the url: http://michaelgracie.com” and have found Blogger and a couple of other Wordpress sites can’t verify it either. XRDS-Simple is in place, the links show in source, and /author/… point to the server.

    I can’t be sure whether this started sometime during an OpenID upgrade, when I moved to 2.9, or when I started using WP-Super Cache, but those are the only changes that have happened.

    Any thoughts would be appreciated.

    Cheers,

    Michael

  13. Posted December 28, 2009 at 10:26 am | Permalink

    Please disregard the last comment - it was WP-Super Cache causing the problem. I found this, which fixed it: http://code.google.com/p/diso/issues/detail?id=153

  14. Posted January 2, 2010 at 6:12 pm | Permalink

    It’s not working for me. I am always redirected to a page with “No input file specified”.

One Trackback

  1. By OpenID and WordPress Core — Will Norris on September 29, 2009 at 1:17 pm

    […] was actually a comment I left on my last post about the v3.3 release of the OpenID plugin. It is a topic that comes up […]

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

You may use Markdown syntax or basic HTML.

Subscribe without commenting