Re: (sigh) integration cookie problem for all users except admin
I’m closer to figuring this out. I originally created the “wp_users” users table by copying in the table from a bbPress install (i.e. from “bb_users”).
In “bb_users” the user_login field can have caps, but the “user_nicename” is all lowercase.
It seems that users who had no caps in their user_login field can post. But a user with names like…
– user_login = RebootNow
– user_nicename = rebootnow
..can’t post.
I previously had BP integrated with bbPress 0.9.0.5 and this wasn’t the case. All users could post.
Does anyone have any idea whether this was an intentional change?