Re: logged in as without form_login?
I think it is as simple as editing a couple files:
/path-to-bbpress/bb-templates/login.php
/path-to-bbpress/bb-templates/login-form.php
Just change them to what information you want to display and upload them to:
/path-to-bbpress/my-templates/login.php
/path-to-bbpress/my-templates/login-form.php
Uploading to my-templates is the key because it doesn’t change the original login form pages. If you make a mistake, you just delete the one in that folder and bbPress will use the originals in bb-templates.
Trent