• Be advised, there is a feature in this plugin that renumbers the administrator account (user_id=”1″) to something else (in my case it became “5”). The logic being that hackers look for user_id=”1″, so give it a new number.

    Unfortunately this plugin does NOT update the wp_bp_groups_members table for BuddyPress! So, all existing records where user_id=”1″ remain that way. Consequently, when you go to update your group entries from the dashboard area, you get an error message saying you need an administrator account in the group.

    So, I then started adding the admin account again manually to each group. But when I visited a group home page, I would see the administrator account listed twice below the “Administrators” heading. That’s how I figured this out.

    The solution I found (and seems to work so far) is to use a SQL client and manually update the user_id column in the wp_bp_groups_members table with the user_id value for the administrator account. Oh, I also had to remove the admins I started adding so the dupes would go away.

    Thanks,
    Jeff

    http://wordpress.org/plugins/better-wp-security/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Jeff,

    I’m using this plugin with a BuddyPress site as well and I’m wondering if you used the database prefix changing feature? I’m hesitant to try for fear of breaking my website.

    Any advice would be greatly appreciated.

    Thanks!

    Thread Starter Jeff

    (@jschodde)

    @madfatter, Nope I have not used that feature and don’t plan on it any time soon. I’m not convinced that there won’t be any plugins that will break as a result of that change.

    Cheers,
    Jeff

    Thanks Jeff. I’ll leave well enough alone.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Warning: This plugin breaks BuddyPress group admins…’ is closed to new replies.