Changeset 158697
- Timestamp:
- 09/28/2009 07:38:42 PM (16 years ago)
- Location:
- openid/trunk
- Files:
-
- 1 deleted
- 1 edited
-
Auth/Yadis/Email.php (deleted)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
openid/trunk/readme.txt
r137083 r158697 2 2 Contributors: wnorris, factoryjoe 3 3 Tags: openid, authentication, login, comments 4 Requires at least: 2. 35 Tested up to: 2. 74 Requires at least: 2.8 5 Tested up to: 2.8.4 6 6 Stable tag: 3.2.3 7 7 … … 53 53 [libcurl]: http://lists.openidenabled.com/pipermail/dev/2007-August/000784.html 54 54 55 = How do I add an OpenID field to my comment form? = 56 57 The easiest way to display the fact that your blog accepts OpenIDs is to enable 58 the "Comment Form" option for the plugin. This will allow the normal website 59 field to be used for OpenIDs as well. If this doesn't display properly for 60 your particular theme or you simply prefer to have a separate OpenID field, you 61 can modify your comments.php template to include an "openid\_identifier" text field as 62 part of your comment form. For the default theme, this might look like: 63 64 <p><input type="text" name="openid_identifier" id="openid_identifier" /> 65 <label for="openid_identifier"><small>OpenID URL</small></label></p> 66 67 The input element MUST have the name "openid\_identifier". Additionally, using 68 "openid\_identifier" for the id causes the field to be styled with an OpenID logo. To 69 remove this, you can override the stylesheet or simply change the element id. 70 71 = What version of WordPress does the OpenID plugin require? = 72 73 While it should technically work with WordPress version 2.3 and up, the 74 experience with the OpenID server is much better from 2.6 and up. The OpenID 75 plugin will always be optimized for the latest stable release of WordPress, so 76 you should try and keep your blog up to date. Future releases of the OpenID 77 plugin can, and likely will, drop support for older versions of WordPress as 78 necessary. 55 = Why do I get the error "Invalid openid.mode '<No mode set>'"? = 56 57 There are actually a couple of reasons that can cause this, but it seems one of 58 the more common causes is a conflict with certain mod_security rules. See 59 [this blog post][ioni2] for instructions on how to resolve this issue. 60 61 [ioni2]: http://ioni2.com/2009/wordpress-openid-login-failed-invalid-openid-mode-no-mode-set-solved-for-both-wordpress-and-drupal/ 62 79 63 80 64 = How do I use SSL for OpenID transactions? = … … 110 94 1. Commentors can use their OpenID when leaving a comment 111 95 2. Users can login with their OpenID in place of a traditional username and password 112 3. OpenID Consumer Options 113 4. OpenID Provider Options 114 5. Users authorized to use the OpenID Provider can delegate to a different provider 115 6. Users can add additional OpenIDs which they can use to login to WordPress 116 7. Users authorized to use the OpenID Provider can monitor which sites they've logged in to 96 3. Users authorized to use the OpenID Provider can delegate to a different provider 97 4. Users can add additional OpenIDs which they can use to login to WordPress 98 5. Users authorized to use the OpenID Provider can monitor which sites they've logged in to 117 99 118 100 119 101 == Changelog == 102 103 = version 3.3 (TBD) = 104 - minimum required version has been bumped to WordPress 2.8 105 - fix support for WordPress MU 106 - new, less obtrusive UI for comment form. Should also work with all themes in some form (with or without js). 107 - many administrative options have been moved to their respective locations on core WordPress Settings pages 108 - drop support for experimental EAUT and IDIB protocols 109 - drop support for installing the plugin in mu-plugins folder 110 - always include 'index.php' on OpenID endpoint URLs. Without that, some deployments were having problems. 111 - fix bug relating to trackbacks and pingbacks 112 - fix bug (#121) relating to unregistered options (props: tom.tdw for the patch) 120 113 121 114 = version 3.2.3 (Jul 20, 2009) =
Note: See TracChangeset
for help on using the changeset viewer.