[bbDev] bbpress will not login if I configure it to use wordpress user and pass cookies

Michael D Adams mikea at turbonet.com
Fri Sep 22 21:28:18 GMT 2006


On Sep 22, 2006, at 1:37 PM, Michael D Adams wrote:

> On Sep 22, 2006, at 1:31 PM, 0 1 wrote:
>> function bb_give_user_default_role( $user ) {
>> 	if ( !( is_object($user) && is_a($user, 'BB_User') ) )
>> 		return;
>> 	$user->set_role('inactive');
>> }
>
> This is by design.

Feedback tells me this is bad design :).  I've just changed the  
default to member: http://bbpress.automattic.com/changeset/427

The plugin is useless now except as an example.

Michael


More information about the bbDev mailing list