Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: blocking a user does nothing


_ck_
Participant

@_ck_

Oh wait, here’s the broken part in bb-settings.php

do_action('bb_init', '');

if ( bb_is_user_logged_in() && bb_has_broken_pass() )
bb_block_current_user();

I don’t see how a user could both be logged in AND have a broken password. If their password is broken, they can’t login.

This might have broken during the radical password/cookie changes in >0.8

I opened a TRAC ticket

https://trac.bbpress.org/ticket/899

Skip to toolbar