This plugin requires CURL to be installed with SSL support on your server. Check your PHPINFO for a CURL section which should have the word OpenSSL listed.
Add the entire
openid/folder to bbPress'my-plugins/directory.Activate (there is no admin menu yet)
There is a replacement
login-form.phpthat you can replace in the default kakumeilogin-form.phpand it should work okay on some other themes too.Edit your
login.phptemplate and between the first H3 and H2 placedo_action('openid_login');ie.
...
doaction('openidlogin');
...
Test the following once the above is completed:
- Login normally and go into your profile and edit.
- Then you should see a new box for adding OpenID
- Try the help link for suggestions on providers to enter
- Add one or more OpenIDs
- Logout
- Then try the login form toggle and enter an OpenID, rather than your normal login.