bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Username set as "admin"

(4 posts)
  • Started 3 months ago by bradsucks
  • Latest reply from bradsucks
  • This topic is not resolved
  1. Since I upgraded to 0.9.0.1 and WordPress 2.5 my username in bbPress (which is integrated with Wordpress) shows up in bbPress as "admin" instead of "Brad". Is there any easy way to fix this?

    My guess is that bbPress is using user_login instead of user_nicename or display_name in the wp_users table. As user_login and user_nicename for my user record are both set to "Brad" but user_login is "admin".

    Posted 3 months ago #
  2. Yes, I have this problem too. Where does post_author_link(); come from?

    Posted 3 months ago #
  3. bbPress uses the user login for displaying identity.

    I want to change this, but it's actually more work than you'd think. Plus we need to consider that display names aren't unique in the user table (that's a legacy from WordPress), which creates the possibility of user spoofing. Using "Display Name (userlogin)" is a possibility where display names aren't unique but that is a pretty onerous query that we would have to cache somehow (and expire those caches in a dependant way).

    Please make a Trac ticket if one isn't there... http://trac.bbpress.org/

    Posted 3 months ago #
  4. Ah, that makes sense. I just renamed the admin account to my name in the wp_users table and all seems to be fine. Thanks, Sam!

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.