bbPress Plugin Browser »

OpenID for bbPress (0.0.3)

  • 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.php that you can replace in the default kakumei login-form.php and it should work okay on some other themes too.

  • Edit your login.php template and between the first H3 and H2 place do_action('openid_login');

    ie.

    ...

    doaction('openidlogin');

    ...

  • Test the following once the above is completed:

  1. Login normally and go into your profile and edit.
  2. Then you should see a new box for adding OpenID
  3. Try the help link for suggestions on providers to enter
  4. Add one or more OpenIDs
  5. Logout
  6. Then try the login form toggle and enter an OpenID, rather than your normal login.