Latest trunk 1.0alpha bbPress, login integrated with WP 2.7
It works, kind of. On the sidebar where I have the inline login, it's fine.
On forums/bb-login.php I get "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."
I copied over your login-form.php and I added this between the h3 and h2
<?php
do_action('openid_login');
?>
If I leave it, I get the redirect error. If I take it out, I can only login from the sidebar, but I get no errors.
Also, I don't see a place for new users to register as they log in, nor is there a place to click 'login' from the bb-login page (though hitting enter works).