I have WP 2.5 and bbPress 0.9.0.2 working together. But when a user creates a new account via bbPress, the display_name column in wp_users is blank.
When logged-in users post a comment on my blog, they're marked as "Anonymous". Anyone know how to fix this?
I can copy the user_login data over to display_name manually, but I'd like it to populate display_name automatically when the record s created.